['descr' => 'Outqueries dropped because of resource limits', 'colour' => 'FF0000FF'], /* // Currently not in the RRD file! New field since 3.3? 'overCapacities' => array('descr' => 'Questions dropped because of mthread limit', 'colour' => '0000FFFF'), */ ]; $i = 0; if (rrd_is_file($rrd_filename)) { foreach ($array as $ds => $data) { $rrd_list[$i]['filename'] = $rrd_filename; $rrd_list[$i]['descr'] = $data['descr']; $rrd_list[$i]['ds'] = $ds; $rrd_list[$i]['colour'] = $data['colour']; $i++; } } else { echo("file missing: $rrd_filename"); } include($config['html_dir'] . "/includes/graphs/generic_multi_simplex_separated.inc.php"); // EOF