pkgsrc/net/nagios-plugins/patches/patch-ah
bouyer 91bc0adf20 Update nagios plugins to 1.4.14. Changes since 1.4.13:
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 >)
2009-12-15 18:59:54 +00:00

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)';