summaryrefslogtreecommitdiffstats
path: root/plugins-scripts
diff options
context:
space:
mode:
authorSubhendu Ghosh <sghosh@users.sourceforge.net>2003-02-03 05:29:54 (GMT)
committerSubhendu Ghosh <sghosh@users.sourceforge.net>2003-02-03 05:29:54 (GMT)
commit19d459ffeb14c8f38b9886f11f24ea423ff6f51e (patch)
tree9b93ec11dfc9f64d27c4688dd75d8cfcd1b1edca /plugins-scripts
parentf8b001fb7e16522b2f9a902ee67caaa72cb777a6 (diff)
downloadmonitoring-plugins-19d459ffeb14c8f38b9886f11f24ea423ff6f51e.tar.gz
bugfix [bug 651021 mperry2]
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@279 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins-scripts')
-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';