$rrd_filename, 'descr' => $port['hostname'] . "-" . $port['ifDescr'], 'descr_in' => device_name($port, TRUE), 'descr_out' => short_ifname($port['port_label'], NULL, FALSE)]; // Options sets for skip htmlentities } } $units = 'b'; $total_units = 'B'; $colours_in = 'greens'; $multiplier = "8"; $colours_out = 'blues'; $nototal = 1; $ds_in = "INOCTETS"; $ds_out = "OUTOCTETS"; include($config['html_dir'] . "/includes/graphs/generic_multi_bits_separated.inc.php"); // EOF