Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This daemon is used to check and dispatch configuration to the others other daemons, but not to the Synchronizer. The connexion is done on the standard port of the others other daemons, and will use a HTTPS connexion if the others other daemons are defined to use it.

...

This daemon is hosting the whole system configuration into memory. It has access to all server names, address, types, and also the defined command used to check them.

It also host hosts in memory the defined contacts that should receive notification for the defined hosts and services.

...

Source daemonDestinationPortProtocolNote
ArbiterSynchronizer7765HTTPS 
ArbiterScheduler7768HTTPS 
ArbiterPoller7771HTTPS 
ArbiterReactionner7769HTTPS 
ArbiterReceiver7773HTTPS 
ArbiterArbiter7770HTTPSOnly if there is an arbiter slave, and only from the the master to the slave
ArbiterBroker7772HTTPS 

...

PropertyDefaultDescription
arbiter_nameN/AThis variable is used to identify the *short name* of the arbiter with which the data will be associated with.
addressN/AThis directive is used to define the address from where the main arbiter can reach this arbiter (that can be itself). This can be a DNS name or an IP address.
host_nameN/AThis variable is used by the arbiters daemons to define which 'arbiter' object they are : all theses these daemons on different servers use the same configuration, so the only difference is their server name. This value must be equal to the name of the server (like with the hostname command). If none is defined, the arbiter daemon will put the name of the server where it's launched, but this will not be tolerated with more than one arbiter (because each daemons will think it's the master).
port7770This directive is used to define the TCP port used by the daemon.
spare0This variable is used to define if the daemon matching this arbiter definition is a spare one or not. The default value is *0* (master/non-spare).
modulesN/AThis variable is used to define all modules that the arbiter daemon matching this definition will load.
timeout3This variable defines how much time the arbiter will block waiting for the response of this daemon.
data_timeout120Data send timeout. When sending data to another process.
max_check_attempts3If ping fails N or more, then the node is considered dead. 3 attempts by default.
check_interval60Ping node every N seconds.
accept_passive_unknown_check_results0If this is enabled, the arbiter will accept passive check results for unconfigured hosts and will generate unknown host/service check result broks.

...