[Nagiosplug-checkins] nagiosplug/plugins-scripts check_ntp.pl,1.22,1.23
Ton Voon
tonvoon at users.sourceforge.net
Mon Mar 7 22:20:29 CET 2005
Update of /cvsroot/nagiosplug/nagiosplug/plugins-scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24891
Modified Files:
check_ntp.pl
Log Message:
Added OS info for offset issue
Index: check_ntp.pl
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/plugins-scripts/check_ntp.pl,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- check_ntp.pl 4 Mar 2005 22:20:17 -0000 1.22
+++ check_ntp.pl 8 Mar 2005 06:19:32 -0000 1.23
@@ -217,7 +217,7 @@
# An offset of 0.000000 with an error is probably bogus. Actually,
# it's probably always bogus, but let's be paranoid here.
# Has been reported that 0.0000 happens in a production environment
- # so this check should be taken out - SF tracker 1150777
+ # on Solaris 8 so this check should be taken out - SF tracker 1150777
#if ($offset == 0) { undef $offset;}
$ntpdate_error = defined ($offset) ? $ERRORS{"OK"} : $ERRORS{"CRITICAL"};
More information about the Commits
mailing list