Interface Traffic
';
$graph_type = 'port_bits';
echo '';
include 'includes/print-interface-graphs.inc.php';
echo '
';
echo '
Interface Packets
';
$graph_type = 'port_upkts';
echo '
';
include 'includes/print-interface-graphs.inc.php';
echo '
';
echo '
Interface Non Unicast
';
$graph_type = 'port_nupkts';
echo '
';
include 'includes/print-interface-graphs.inc.php';
echo '
';
echo '
Interface Errors
';
$graph_type = 'port_errors';
echo '
';
include 'includes/print-interface-graphs.inc.php';
echo '
';
if (rrdtool_check_rrd_exists(get_port_rrdfile_path($device['hostname'], $port['port_id'], 'dot3'))) {
echo '
Ethernet Errors
';
$graph_type = 'port_etherlike';
echo '
';
include 'includes/print-interface-graphs.inc.php';
echo '
';
}
}