svn diff
Index: html/includes/cache-data.inc.php
===================================================================
--- html/includes/cache-data.inc.php (revision 6403)
+++ html/includes/cache-data.inc.php (working copy)
@@ -180,9 +180,7 @@
}
else if ($port['ifOperStatus'] == "down" || $port['ifOperStatus'] == "lowerLayerDown")
{
- $ports['down']++;
- if ($device_status && !$port['ignore']) { $ports['alerts']++; }
- //if (!$port['ignore']) { $ports['alerts']++; $ports['down']++; }
+ if ($device_status && !$port['ignore']) { $ports['alerts']++; $ports['down']++; }
} else {
// All other states: testing, unknown, dormant, notPresent
$ports['other']++;