Files

24 lines
449 B
PHP
Raw Permalink Normal View History

2012-01-18 09:55:41 +00:00
<?php
$oids = array(
'TotMiss',
'TotHits',
);
2012-01-18 09:55:41 +00:00
$i = 0;
foreach ($oids as $oid) {
$oid_ds = substr($oid, 0, 19);
$rrd_list[$i]['filename'] = $rrd_filename;
$rrd_list[$i]['descr'] = $oid;
$rrd_list[$i]['ds'] = $oid_ds;
$i++;
2012-01-18 09:55:41 +00:00
}
$colours = 'mixed';
$nototal = 1;
$unit_text = '';
2012-01-18 09:55:41 +00:00
$simple_rrd = 1;
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_multi_simplex_seperated.inc.php';