summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_ifoperstatus.pl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-scripts/check_ifoperstatus.pl')
-rw-r--r--plugins-scripts/check_ifoperstatus.pl2
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); 90alarm($TIMEOUT);
91 91
92 92
93### Validate Arguments 93### Validate Arguments