Explorar o código

Added OS info for offset issue

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1149 f882894a-f735-0410-b71e-b25c423dba1c
Ton Voon %!s(int64=21) %!d(string=hai) anos
pai
achega
f24f2853c5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugins-scripts/check_ntp.pl

+ 1 - 1
plugins-scripts/check_ntp.pl

@@ -217,7 +217,7 @@ while (<NTPDATE>) {
 		# 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"};