diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-04-14 15:29:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-04-14 15:29:16 +0000 |
commit | 0f5031c7b3a56973b42589ee7e725276bb55b96f (patch) | |
tree | e9df2a3031b2b9cc3acf8736de1db3519a1f95a7 /net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl | |
parent | - Update from 1.2.1 to 1.3 (diff) |
Update to 2.0
- Convert to options knobs
- On FreeBSD >=10.0 install a hidden copy of dig/nslookup
to help with check_dig, and add back check_dns.
Changes: https://nagios-plugins.org/nagios-plugins-2-0-released/
Sponsored by: Absolight
Diffstat (limited to 'net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl')
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl b/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl index 1bf2557f831f..f3d08657ca5f 100644 --- a/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl +++ b/net-mgmt/nagios-plugins/files/patch-plugins-scripts__check_ntp.pl @@ -1,6 +1,6 @@ ---- plugins-scripts/check_ntp.pl.orig Wed Nov 30 11:19:47 2005 -+++ plugins-scripts/check_ntp.pl Fri May 12 23:39:15 2006 -@@ -314,7 +314,6 @@ +--- ./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; @@ -8,7 +8,7 @@ } } -@@ -428,7 +427,7 @@ +@@ -427,7 +426,7 @@ foreach my $key (keys %ERRORS) { if ($state==$ERRORS{$key}) { # print ("NTP $key: $answer"); |