summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_ifstatus.pl
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-scripts/check_ifstatus.pl')
-rwxr-xr-xplugins-scripts/check_ifstatus.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins-scripts/check_ifstatus.pl b/plugins-scripts/check_ifstatus.pl
index 3b8a19c..181fb7d 100755
--- a/plugins-scripts/check_ifstatus.pl
+++ b/plugins-scripts/check_ifstatus.pl
@@ -199,6 +199,7 @@ foreach $key (keys %ifStatus) {
199 } 199 }
200 } 200 }
201 201
202}
202 203
203 if ($ifdown > 0) { 204 if ($ifdown > 0) {
204 $state = 'CRITICAL'; 205 $state = 'CRITICAL';