diff options
Diffstat (limited to 'plugins-scripts')
-rw-r--r-- | plugins-scripts/check_ifoperstatus.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_ifoperstatus.pl b/plugins-scripts/check_ifoperstatus.pl index b5d0bcd..f4eaefc 100644 --- a/plugins-scripts/check_ifoperstatus.pl +++ b/plugins-scripts/check_ifoperstatus.pl | |||
@@ -87,7 +87,7 @@ $SIG{'ALRM'} = sub { | |||
87 | print ("ERROR: No snmp response from $hostname (alarm)\n"); | 87 | print ("ERROR: No snmp response from $hostname (alarm)\n"); |
88 | exit $ERRORS{"UNKNOWN"}; | 88 | exit $ERRORS{"UNKNOWN"}; |
89 | }; | 89 | }; |
90 | #alarm($TIMEOUT); | 90 | alarm($TIMEOUT); |
91 | 91 | ||
92 | 92 | ||
93 | ### Validate Arguments | 93 | ### Validate Arguments |