--- nagios-plugins-HEAD-200706011200/plugins-scripts/check_ntp.pl 2005-11-29 16:49:47.000000000 -0800 +++ nagios-plugins/plugins-scripts/check_ntp.pl 2007-06-01 09:40:41.000000000 -0700 @@ -312,6 +312,8 @@ } else { $jitter_error = $ERRORS{'OK'}; } + # We found the associated host, no need to process any more + last; } else { print "No match!\n" if $verbose; $jitter = '(not parsed)';