bugfix [bug 651021 mperry2]

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@279 f882894a-f735-0410-b71e-b25c423dba1c
This commit is contained in:
Subhendu Ghosh 2003-02-03 05:29:54 +00:00
parent f8b001fb7e
commit 19d459ffeb

View file

@ -199,6 +199,7 @@ foreach $key (keys %ifStatus) {
}
}
}
if ($ifdown > 0) {
$state = 'CRITICAL';