diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/smokeping_master_slave.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/smokeping_master_slave.pod b/doc/smokeping_master_slave.pod index bd3b41f..14da56f 100644 --- a/doc/smokeping_master_slave.pod +++ b/doc/smokeping_master_slave.pod @@ -108,6 +108,12 @@ create the following files: dest3~slave1.rrd dest3~slave2.rrd +The F<slavesecrets.conf> file contains a colon separated list of hostnames +and secrets. + + host1:secret1 + host2:secret2 + =head2 Slave Configuration A smokeping slave setup has no configuration file. It just needs to know @@ -119,6 +125,9 @@ F</tmp/smokeping.$USER.cache>. --cache-dir=/var/smokeping/ \ --shared-secret=/var/smokeping/secret.txt +The F<secret.txt> file contains a single word, the secret of this slave. It +is NOT the same as the F<slavesecrets.conf> file the master uses. + =head1 SECURITY CONSIDERATIONS The master effectively has full access to slave hosts as the user the |