From 88c5e8e9d24540e6494787e144b7ee9a6751b28c Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 9 May 2014 17:53:39 +0000 Subject: Add monitoring-plugins, a fork of nagios-plugins. For now, use a snapshot from github until they release 1.6. Sponsored by: Absolight --- .../files/patch-plugins-scripts__check_ntp.pl | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 net-mgmt/monitoring-plugins/files/patch-plugins-scripts__check_ntp.pl (limited to 'net-mgmt/monitoring-plugins/files/patch-plugins-scripts__check_ntp.pl') diff --git a/net-mgmt/monitoring-plugins/files/patch-plugins-scripts__check_ntp.pl b/net-mgmt/monitoring-plugins/files/patch-plugins-scripts__check_ntp.pl new file mode 100644 index 000000000000..f3d08657ca5f --- /dev/null +++ b/net-mgmt/monitoring-plugins/files/patch-plugins-scripts__check_ntp.pl @@ -0,0 +1,19 @@ +--- ./plugins-scripts/check_ntp.pl.orig 2014-03-04 20:21:36.000000000 +0100 ++++ ./plugins-scripts/check_ntp.pl 2014-04-14 10:22:50.000000000 +0200 +@@ -313,7 +313,6 @@ + } + } else { + print "No match!\n" if $verbose; +- $jitter = '(not parsed)'; + } + + } +@@ -427,7 +426,7 @@ + foreach my $key (keys %ERRORS) { + if ($state==$ERRORS{$key}) { + # print ("NTP $key: $answer"); +- print ("NTP $key: $answer|offset=$offset, jitter=" . $jitter/1000 . ",peer_stratum=$stratum\n"); ++ print ("NTP $key: $answer|offset=$offset, jitter=" . ($jitter || 0)/1000 . ",peer_stratum=$stratum\n"); + last; + } + } -- cgit v1.2.3