From: Ton Voon Date: Tue, 8 Mar 2005 06:19:32 +0000 (+0000) Subject: Added OS info for offset issue X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f24f2853c598bdde9041f84de77ec47fa1116870;p=nagiosplug.git Added OS info for offset issue git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1149 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/plugins-scripts/check_ntp.pl b/plugins-scripts/check_ntp.pl index 8b5fe4d..82c97ce 100755 --- a/plugins-scripts/check_ntp.pl +++ b/plugins-scripts/check_ntp.pl @@ -217,7 +217,7 @@ while () { # 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"};