diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-07-24 23:47:24 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-07-24 23:47:24 +0200 |
commit | ee4a86c7e444cd51e0914227087582ac1b87c82e (patch) | |
tree | fdd649b5de89717d8e4d1ad6dbbd0f740694b202 /doc | |
parent | 335b83906ffdcc67dc8e835a1f7e01c2c2212ab5 (diff) | |
download | smokeping-ee4a86c7e444cd51e0914227087582ac1b87c82e.tar.gz smokeping-ee4a86c7e444cd51e0914227087582ac1b87c82e.tar.xz |
master slave changes ...
Diffstat (limited to 'doc')
-rw-r--r-- | doc/smokeping_master_slave.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/smokeping_master_slave.pod b/doc/smokeping_master_slave.pod index e479909..967a976 100644 --- a/doc/smokeping_master_slave.pod +++ b/doc/smokeping_master_slave.pod @@ -95,9 +95,9 @@ that it runs in slave-mode and its secret. The secet is stored in a file for optimal protection. By default the persitant data cache will be located in F</tmp/smokeping.$USER.cache>. - ./smokeping --master=http://smokeping/smokeping.cgi \ - --cache=/var/smokeping/cache.file \ - --secret=/var/smokeping/secret.txt + ./smokeping --master-url=http://smokeping/smokeping.cgi \ + --cache-dir=/var/smokeping/cache.file \ + --shared-secret=/var/smokeping/secret.txt =head1 COPYRIGHT |