Interface Traffic");
$graph_type = "port_bits";
include("includes/print-interface-graphs.inc.php");
echo("
Interface Packets
");
$graph_type = "port_upkts";
include("includes/print-interface-graphs.inc.php");
echo("Interface Non Unicast
");
$graph_type = "port_nupkts";
include("includes/print-interface-graphs.inc.php");
echo("Interface Errors
");
$graph_type = "port_errors";
include("includes/print-interface-graphs.inc.php");
if(is_file($config['rrd_dir'] . "/" . $device['hostname'] . "/etherlike-" . $interface['ifIndex'] . ".rrd")) {
echo("Ethernet Errors
");
$graph_type = "port_etherlike";
include("includes/print-interface-graphs.inc.php");
}
}
?>