summaryrefslogtreecommitdiffstats
path: root/web/attachments/231381-check_ntp-jitterfix.diff
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-09-29 22:03:24 (GMT)
commit0b6423f9c99d9edf8c96fefd0f6c453859395aa1 (patch)
tree1c2b6b21704a294940f87c7892676998d8371707 /web/attachments/231381-check_ntp-jitterfix.diff
downloadsite-0b6423f9c99d9edf8c96fefd0f6c453859395aa1.tar.gz
Import Nagios Plugins site
Import the Nagios Plugins web site, Cronjobs, infrastructure scripts, and configuration files.
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)';