summaryrefslogtreecommitdiffstats
path: root/web/attachments/231381-check_ntp-jitterfix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'web/attachments/231381-check_ntp-jitterfix.diff')
-rw-r--r--web/attachments/231381-check_ntp-jitterfix.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/web/attachments/231381-check_ntp-jitterfix.diff b/web/attachments/231381-check_ntp-jitterfix.diff
new file mode 100644
index 0000000..d6d6d78
--- /dev/null
+++ b/web/attachments/231381-check_ntp-jitterfix.diff
@@ -0,0 +1,11 @@
1--- nagios-plugins-HEAD-200706011200/plugins-scripts/check_ntp.pl 2005-11-29 16:49:47.000000000 -0800
2+++ nagios-plugins/plugins-scripts/check_ntp.pl 2007-06-01 09:40:41.000000000 -0700
3@@ -312,6 +312,8 @@
4 } else {
5 $jitter_error = $ERRORS{'OK'};
6 }
7+ # We found the associated host, no need to process any more
8+ last;
9 } else {
10 print "No match!\n" if $verbose;
11 $jitter = '(not parsed)';