Code

bugfix [bug 651021 mperry2]
authorSubhendu Ghosh <sghosh@users.sourceforge.net>
Mon, 3 Feb 2003 05:29:54 +0000 (05:29 +0000)
committerSubhendu Ghosh <sghosh@users.sourceforge.net>
Mon, 3 Feb 2003 05:29:54 +0000 (05:29 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@279 f882894a-f735-0410-b71e-b25c423dba1c

plugins-scripts/check_ifstatus.pl

index 3b8a19c2bc3641db710feb2a6d55fc8b3ab5934b..181fb7d77fc128c2b06238cb3b47315c8436ee4a 100755 (executable)
@@ -199,6 +199,7 @@ foreach $key (keys %ifStatus) {
                }
        }
    
+}
 
    if ($ifdown > 0) {
       $state = 'CRITICAL';