diff options
author | Subhendu Ghosh <sghosh@users.sourceforge.net> | 2003-02-03 05:29:54 (GMT) |
---|---|---|
committer | Subhendu Ghosh <sghosh@users.sourceforge.net> | 2003-02-03 05:29:54 (GMT) |
commit | 19d459ffeb14c8f38b9886f11f24ea423ff6f51e (patch) | |
tree | 9b93ec11dfc9f64d27c4688dd75d8cfcd1b1edca /plugins-scripts/check_ifstatus.pl | |
parent | f8b001fb7e16522b2f9a902ee67caaa72cb777a6 (diff) | |
download | monitoring-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/check_ifstatus.pl')
-rwxr-xr-x | plugins-scripts/check_ifstatus.pl | 1 |
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'; |