diff --git a/includes/html/pages/device/port/graphs.inc.php b/includes/html/pages/device/port/graphs.inc.php index af917fef57..cb8288d3e0 100644 --- a/includes/html/pages/device/port/graphs.inc.php +++ b/includes/html/pages/device/port/graphs.inc.php @@ -54,7 +54,7 @@ if (Rrd::checkRrdExists(get_port_rrdfile_path($device['hostname'], $port['port_i echo ''; } - if (Rrd::checkRrdExists(get_port_rrdfile_path($device['hostname'], $port['port_id'], 'dot3'))) { + if (Config::get('enable_ports_etherlike') && Rrd::checkRrdExists(get_port_rrdfile_path($device['hostname'], $port['port_id'], 'dot3'))) { echo '

Ethernet Errors