From 1d9fc71c7119db9a246928e8d1bcda4e3a62c83e Mon Sep 17 00:00:00 2001 From: laf Date: Sun, 23 Aug 2015 09:40:55 +0000 Subject: [PATCH] Revert change which skips over ports that are down / admin down --- includes/polling/ports.inc.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/includes/polling/ports.inc.php b/includes/polling/ports.inc.php index f98c62d09a..ec4aa092fa 100644 --- a/includes/polling/ports.inc.php +++ b/includes/polling/ports.inc.php @@ -348,10 +348,6 @@ foreach ($ports as $port) { echo $oid.' '; } } - - if (( $oid == 'ifOperStatus' || $oid == 'ifAdminStatus' ) && $this_port[$oid] == 'down') { - break; - } }//end foreach // Parse description (usually ifAlias) if config option set