$NetBSD: patch-ah,v 1.4 2015/04/03 17:50:27 rodent Exp $ --- plugins-scripts/check_ntp.pl.orig 2014-03-04 21:41:57.000000000 +0000 +++ plugins-scripts/check_ntp.pl @@ -311,6 +311,7 @@ if ($have_ntpq) { } else { $jitter_error = $ERRORS{'OK'}; } + last; } else { print "No match!\n" if $verbose; $jitter = '(not parsed)';