This is a bug fix release, which includes some important fixes to --extra-opts (a way of specifying command line options within files). * check_http has options to specify the HTTP method (#2155152) * check_users thresholds were not working exactly as documented (>= rather than >)
12 lines
372 B
Text
12 lines
372 B
Text
$NetBSD: patch-ah,v 1.2 2009/12/15 18:59:54 bouyer Exp $
|
|
|
|
--- plugins-scripts/check_ntp.pl.orig 2008-11-30 22:23:18.000000000 +0100
|
|
+++ plugins-scripts/check_ntp.pl 2009-12-15 17:31:18.000000000 +0100
|
|
@@ -311,6 +311,7 @@
|
|
} else {
|
|
$jitter_error = $ERRORS{'OK'};
|
|
}
|
|
+ last;
|
|
} else {
|
|
print "No match!\n" if $verbose;
|
|
$jitter = '(not parsed)';
|