['descr' => 'RRset cache', 'colour' => '003366FF'], 'memCacheMessage' => ['descr' => 'Message cache', 'colour' => '336699FF'], 'memModIterator' => ['descr' => 'Iterator module', 'colour' => '6699CCFF'], 'memModValidator' => ['descr' => 'Validator module', 'colour' => '99CCEEFF'], ]; #DS:memTotal:DERIVE:600:0:125000000000 \ $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