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 (is_file($config['rrd_dir'].'/'.$device['hostname'].'/port-'.$port['ifIndex'].'-dot3.rrd')) {
echo '
Ethernet Errors
';
$graph_type = 'port_etherlike';
echo '
';
include 'includes/print-interface-graphs.inc.php';
echo '
';
}
}