diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2007-09-28 19:58:32 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2007-09-28 19:58:32 +0200 |
commit | 397a932de585aa078c5c2a1fceae10c3e85093ee (patch) | |
tree | 4e753b0960092521ea5498c98d6936c13f1daa45 /bin | |
parent | e8783b5de226f8c5e338e04c38aa4b692c986fd8 (diff) | |
download | smokeping-397a932de585aa078c5c2a1fceae10c3e85093ee.tar.gz smokeping-397a932de585aa078c5c2a1fceae10c3e85093ee.tar.xz |
* allow the slave name to be configured
* be more liberal in what is allowed for slave names
* allow port configuration in the SSH probe
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/smokeping.dist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/smokeping.dist b/bin/smokeping.dist index d5087e5..1aa365d 100755 --- a/bin/smokeping.dist +++ b/bin/smokeping.dist @@ -58,6 +58,11 @@ B<smokeping> [ B<--email> | B<--makepod> | B<--version> | B<--restart> ] --master-url=s Run smokeping in slave mode. Attach to master for config. + --slave-name=s By default the slave will use whatever it thinks its name + is, when talking to its master. In some cases you may + probably want to override this. + + --shared-secret=s File containing the shared secret for talking to the server. --cache-dir=s Directory for temporary data storage when running in slave mode. |