From ef0a8b6b72eff929a9f6a414e16db33ec3fac07d Mon Sep 17 00:00:00 2001 From: Tobi Oetiker Date: Wed, 11 May 2005 19:48:55 +0000 Subject: fix zooming --- bin/smokeping.dist | 2 +- lib/Smokeping.pm | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/smokeping.dist b/bin/smokeping.dist index a9d4504..8472a9d 100755 --- a/bin/smokeping.dist +++ b/bin/smokeping.dist @@ -42,7 +42,7 @@ B [ 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. diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index 8015d25..caaeab0 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -930,7 +930,7 @@ sub get_detail ($$$$){ $endstr =~ s/\s/%20/g; $page .= "
"; $page .= ( $ERROR || - qq{' + qq{' . qq{}."" ); $page .= "
"; @@ -2132,7 +2132,7 @@ let the pattern match: >10%,*10*,>10% -will fire if more than 10% of the packets have been losst twice over the +will fire if more than 10% of the packets have been lost at least twice over the last 10 samples. A complete example -- cgit v1.2.3-24-g4f1b