From: Subhendu Ghosh Date: Mon, 3 Feb 2003 05:29:54 +0000 (+0000) Subject: bugfix [bug 651021 mperry2] X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=19d459ffeb14c8f38b9886f11f24ea423ff6f51e;p=nagiosplug.git bugfix [bug 651021 mperry2] git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@279 f882894a-f735-0410-b71e-b25c423dba1c --- 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) { } } +} if ($ifdown > 0) { $state = 'CRITICAL';