summaryrefslogtreecommitdiffstats
path: root/plugins-scripts
diff options
context:
space:
mode:
authorSubhendu Ghosh <sghosh@users.sourceforge.net>2002-05-27 02:10:07 (GMT)
committerSubhendu Ghosh <sghosh@users.sourceforge.net>2002-05-27 02:10:07 (GMT)
commit85ba43c6b5c6e3a1b9c8513f30f0d75e1ff749c6 (patch)
treef172ab3e42e6ef17fa656b8bf774f40aa605a849 /plugins-scripts
parent911f631f59a4d6cafe760d55dffa330b13d4f921 (diff)
downloadmonitoring-plugins-85ba43c6b5c6e3a1b9c8513f30f0d75e1ff749c6.tar.gz
checked in too quickly
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@39 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-scripts')
-rwxr-xr-xplugins-scripts/check_ntp.pl2
1 files changed, 1 insertions, 1 deletions
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 {
125 print ("ERROR: No response from ntp server (alarm)\n"); 125 print ("ERROR: No response from ntp server (alarm)\n");
126 exit $ERRORS{"UNKNOWN"}; 126 exit $ERRORS{"UNKNOWN"};
127}; 127};
128#alarm($TIMEOUT); 128alarm($TIMEOUT);
129 129
130 130
131### 131###