diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-08-30 09:49:16 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-08-30 09:49:16 +0200 |
commit | fec4230894e1c24460031f4ac3ae7f10ed1cf815 (patch) | |
tree | 5b5a2211f03bfd140cc6a25bad606040534cca29 /doc | |
parent | 044798e9867a8d20319f8714e43090fe2bc85979 (diff) | |
download | smokeping-fec4230894e1c24460031f4ac3ae7f10ed1cf815.tar.gz smokeping-fec4230894e1c24460031f4ac3ae7f10ed1cf815.tar.xz |
some fixes after intitial slave testing
Diffstat (limited to 'doc')
-rw-r--r-- | doc/smokeping_master_slave.pod | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/smokeping_master_slave.pod b/doc/smokeping_master_slave.pod index a93abde..aced8a0 100644 --- a/doc/smokeping_master_slave.pod +++ b/doc/smokeping_master_slave.pod @@ -57,13 +57,15 @@ instance. =head2 Master Configuration To configure a master/slave setup, add a slaves section to your smokeping -configuration file. If some configuration parameter must be set to a special -value for the slave, use an override section to configure this. +configuration file. Each slave has a section in the slaves part of the +master configuration file. The section name must match the hostname of the +slave. If some configuration parameter must be set to a special value for +the slave, use an override section to configure this. *** slaves **** secrets=/etc/smokeping/slavesecrets.conf +slave1 - name=Slave 1 + display_name=erul22 location=India ++override Probes.FPing.binary = /usr/bin/fping |