diff options
Diffstat (limited to 'plugins-scripts/check_ntp.pl')
-rwxr-xr-x | plugins-scripts/check_ntp.pl | 2 |
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); | 128 | alarm($TIMEOUT); |
129 | 129 | ||
130 | 130 | ||
131 | ### | 131 | ### |