diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-07-27 21:54:11 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-07-27 21:54:11 +0200 |
commit | 4b147a40568beb0fb8ae6cfb8e5e1c024d669cd0 (patch) | |
tree | a0b7fedbc7e424db693a646cb17c1308128d8128 /doc | |
parent | 6f6466013b64af7e906dc12b5a49a39c127f0ac5 (diff) | |
download | smokeping-4b147a40568beb0fb8ae6cfb8e5e1c024d669cd0.tar.gz smokeping-4b147a40568beb0fb8ae6cfb8e5e1c024d669cd0.tar.xz |
* completed master/slave infrastructure ...
* updated documentation
* presentation is pending
Diffstat (limited to 'doc')
-rw-r--r-- | doc/smokeping_master_slave.pod | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/smokeping_master_slave.pod b/doc/smokeping_master_slave.pod index 967a976..a93abde 100644 --- a/doc/smokeping_master_slave.pod +++ b/doc/smokeping_master_slave.pod @@ -60,7 +60,6 @@ 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. - *** slaves **** secrets=/etc/smokeping/slavesecrets.conf +slave1 @@ -88,6 +87,16 @@ A slave will then get the appropriate configuration assigned by the server. +dest3 ... +The data from the slaves will be stored in F<TargetName~SlaveName.rrd>. So the example above would +create the following files: + + dest1.rrd + dest2.rrd + dest2~slave1.rrd + dest3.rrd + dest3~slave1.rrd + dest3~slave2.rrd + =head2 Slave Configuration A smokeping slave setup has no configuration file. It just needs to know |