pkgsrc/net/nagios-plugins/patches/patch-ah
bouyer a9a824245e Initial import of nagios-plugins 1.4.2, based on nagios-plugins from pkgsrc-wip.
This package contains the basic monitoring plugins for nagios.  For
more information about nagios, see the 'nagios-base' package.
2006-02-18 17:19:20 +00:00

12 lines
376 B
Text

$NetBSD: patch-ah,v 1.1.1.1 2006/02/18 17:19:20 bouyer Exp $
--- plugins-scripts/check_ntp.pl.orig 2005-08-04 08:07:01.000000000 -0700
+++ plugins-scripts/check_ntp.pl 2005-08-04 08:08:39.000000000 -0700
@@ -307,6 +307,7 @@
} else {
$jitter_error = $ERRORS{'OK'};
}
+ last;
} else {
print "No match!\n" if $verbose;
$jitter = '(not parsed)';