diff options
Diffstat (limited to 'bin/smokeping.dist')
-rwxr-xr-x | bin/smokeping.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/smokeping.dist b/bin/smokeping.dist index 02deda1..8d15a28 100755 --- a/bin/smokeping.dist +++ b/bin/smokeping.dist @@ -4,7 +4,7 @@ use lib qw(/usr/pack/rrdtool-1.0.49-to/lib/perl); use lib qw(lib); -use Smokeping 1.99001; +use Smokeping 1.99006; Smokeping::main("etc/config.dist"); @@ -42,7 +42,7 @@ B<smokeping> [ B<--email> | B<--makepod> | B<--version> | B<--restart> ] --filter=x Only measure entries which pass the filter x - --logfile Append warnings to this logfile + --logfile=x Append warnings to logfile x. --static[=x] Generates a static website in directory x. If x is left out, pagedir from the config is used. |