From 4b147a40568beb0fb8ae6cfb8e5e1c024d669cd0 Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Fri, 27 Jul 2007 19:54:11 +0000 Subject: * completed master/slave infrastructure ... * updated documentation * presentation is pending --- doc/smokeping_master_slave.pod | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'doc') 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. 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 -- cgit v1.2.3-24-g4f1b