$device) { $rrd_filename = get_rrd_path($device, 'perf-poller.rrd'); if (rrd_is_file($rrd_filename, TRUE)) { $rrd_list[$i]['filename'] = $rrd_filename; $rrd_list[$i]['descr'] = str_pad($device['hostname'], 25) ." (".$device['os'].")"; $rrd_list[$i]['ds'] = "val"; $i++; } } $units = 'Seconds'; $total_units = 'Sec'; $colours = 'bluegrey'; #$scale_min = "0"; #$scale_max = "100"; #$divider = $i; #$text_orig = 1; $nototal = 1; include($config['html_dir']."/includes/graphs/generic_multi_simplex_separated.inc.php"); // EOF