From: Subhendu Ghosh Date: Mon, 27 May 2002 02:10:07 +0000 (+0000) Subject: checked in too quickly X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=85ba43c6b5c6e3a1b9c8513f30f0d75e1ff749c6;p=nagiosplug.git checked in too quickly git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@39 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/plugins-scripts/check_ntp.pl b/plugins-scripts/check_ntp.pl index ddaa394..f864834 100755 --- a/plugins-scripts/check_ntp.pl +++ b/plugins-scripts/check_ntp.pl @@ -125,7 +125,7 @@ $SIG{'ALRM'} = sub { print ("ERROR: No response from ntp server (alarm)\n"); exit $ERRORS{"UNKNOWN"}; }; -#alarm($TIMEOUT); +alarm($TIMEOUT); ###