diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-07-09 21:31:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-07-09 21:31:54 +0200 |
commit | 700759a76d39dc1cfd729414508f542fd37f66ed (patch) | |
tree | 28fb370e691ab264bba0df873c98b7c892d17239 /doc | |
parent | ff0a9573f019d834a3fa1525ab27ff0fc2e5f474 (diff) | |
download | smokeping-700759a76d39dc1cfd729414508f542fd37f66ed.tar.gz smokeping-700759a76d39dc1cfd729414508f542fd37f66ed.tar.xz |
added override section
Diffstat (limited to 'doc')
-rw-r--r-- | doc/smokeping_master_slave.pod | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/smokeping_master_slave.pod b/doc/smokeping_master_slave.pod index ac2e00f..76c31a8 100644 --- a/doc/smokeping_master_slave.pod +++ b/doc/smokeping_master_slave.pod @@ -57,8 +57,11 @@ reboots if it is located on non-volatile storage. =head2 Master Configuration To configure a master/slave setup, add a slaves section to your smokeping -configuration file. The secret and timeout parameters will be inherited -by the slave config sections and can be overwritten if required. +configuration file. The secret and timeout parameters will be inherited by +the slave config sections and can be overwritten if required. 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 @@ -66,6 +69,8 @@ by the slave config sections and can be overwritten if required. +slave1 url=http://.... timeout=60 + ++override + Probes.FPing.binary = /usr/bin/fping ... Then in the targets section you can define slaves at every lvel. Again the |