Example property file settings for peer-to-peer failover

This section provides a sample failover setup for the probe.

The following shows the peer-to-peer settings from the properties file of an example master probe:

Server      : 	"NCOMS"		
RulesFile   :	 "master_rules_file"
MessageLog  :	 "master_log_file"
PeerHost    :	 "slave_hostname"
PeerPort    :	 5555# [communication port between master and slave probes]
Mode        :	 "master"

The following shows the peer-to-peer settings from the properties file of the corresponding slave probe:

Server      :	 "NCOMS"		
RulesFile   :	 "slave_rules_file"
MessageLog  :	 "slave_log_file"
PeerHost    :	 "master_hostname"
PeerPort    : 	5555 # [communication port between master and slave probes]
Mode        :	 "slave"
Note: The properties file will also contain all other properties required to configure the probe.