$filename, 'descr' => $device['hostname'] . " " . $port['port_label_short'], 'ds_in' => 'INOCTETS', 'ds_out' => 'OUTOCTETS'); } } if (safe_count($rrds)) { $this_data = array('rrds' => $rrds, 'colour_in' => $entry['colour'], 'colour_out' => adjust_colour_brightness($entry['colour'], 32), 'descr' => $entry['descr']); if($entry['colours']) { $this_data['colours'] = $entry['colours']; } if($entry['colours_in']) { $this_data['colours_in'] = $entry['colours_in']; } if($entry['colours_out']) { $this_data['colours_out'] = $entry['colours_out']; } $data[] = $this_data; } } include($config['html_dir']."/includes/graphs/generic_multi_group_bits.inc.php");