summaryrefslogtreecommitdiff
path: root/net-mgmt/monitoring-plugins/files/patch-plugins-scripts__check_ntp.pl
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/monitoring-plugins/files/patch-plugins-scripts__check_ntp.pl')
-rw-r--r--net-mgmt/monitoring-plugins/files/patch-plugins-scripts__check_ntp.pl19
1 files changed, 19 insertions, 0 deletions
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;
+ }
+ }