diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-12-21 11:48:04 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-12-21 11:48:04 +0100 |
commit | 8722b99cc4b3a4f264c757f22c10c485e1ee0dc4 (patch) | |
tree | 9a7780209bd2f3ef008a7e656e5edb29080afb28 /doc | |
parent | 441d1fe53008898441eddc9289b2e0148bf351d1 (diff) | |
download | smokeping-8722b99cc4b3a4f264c757f22c10c485e1ee0dc4.tar.gz smokeping-8722b99cc4b3a4f264c757f22c10c485e1ee0dc4.tar.xz |
fixed sample configs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/smokeping_master_slave.pod | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/smokeping_master_slave.pod b/doc/smokeping_master_slave.pod index 979c2c1..13c1105 100644 --- a/doc/smokeping_master_slave.pod +++ b/doc/smokeping_master_slave.pod @@ -70,9 +70,12 @@ authenticate and identify who is who. *** slaves **** secrets=/etc/smokeping/slavesecrets.conf + +slave1 display_name=erul22 location=India + color=ff0000 + ++override Probes.FPing.binary = /usr/bin/fping ... @@ -113,7 +116,7 @@ optimal protection. By default the persistent data cache will be located in F</tmp/smokeping.$USER.cache>. ./smokeping --master-url=http://smokeping/smokeping.cgi \ - --cache-dir=/var/smokeping/cache.file \ + --cache-dir=/var/smokeping/ \ --shared-secret=/var/smokeping/secret.txt =head1 COPYRIGHT |