diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-02-11 21:48:36 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-02-11 21:48:36 +0100 |
commit | b9ddd9310ea896a5e644f784013a386d9e7212a9 (patch) | |
tree | fb35c74000db18ce447689612f06103530a3645e /bin | |
parent | 3623e33d0ae10eaeca653e00a3796495dbc0f713 (diff) | |
download | smokeping-b9ddd9310ea896a5e644f784013a386d9e7212a9.tar.gz smokeping-b9ddd9310ea896a5e644f784013a386d9e7212a9.tar.xz |
niko has revamped smokeping to parse configuration much more strictly. It is all documented in
software/doc/smokeping_upgrade.pod
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/smokeping.dist | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/bin/smokeping.dist b/bin/smokeping.dist index 701e3a6..0d193d5 100755 --- a/bin/smokeping.dist +++ b/bin/smokeping.dist @@ -18,13 +18,17 @@ B<smokeping> [ B<--email> | B<--makepod> | B<--version> | B<--restart> ] Options: - --man Show the manpage + --man[=x] Show the manpage for the program (or for probe x, if specified) --help Help :-) --email Send SmokePing Agents to all Targets marked DYNAMIC - --makepod Create POD documentation on Config file + --config=x Use a config file different from the default + + --check Just check the config file syntax, don't start the daemon + + --makepod[=x] Create POD documentation on Config file (or for probe x, if specified) --version Show SmokePing Version @@ -45,6 +49,10 @@ B<smokeping> [ B<--email> | B<--makepod> | B<--version> | B<--restart> ] --nosleep For debugging you may want to run SmokePing without sleep interval + --gen-examples Generate the smokeping_examples document and example config files + (to be used while building inside the smokeping distribution) + With --check : check the syntax of the generated examples. + =head1 DESCRIPTION The B<smokeping> tool is the commandline part of the SmokePing system. Its |