diff --git a/includes/polling/ports.inc.php b/includes/polling/ports.inc.php index f8fdae7865..c8a18e885f 100755 --- a/includes/polling/ports.inc.php +++ b/includes/polling/ports.inc.php @@ -354,7 +354,7 @@ foreach ($ports as $port) } // Port utilisation % threshold alerting. // FIXME allow setting threshold per-port. probably 90% of ports we don't care about. - if ($config['alerts']['port_util_alert']) + if ($config['alerts']['port_util_alert'] && $port['ignore'] == '0') { // Check for port saturation of $config['alerts']['port_util_perc'] or higher. Alert if we see this. // Check both inbound and outbound rates