Files

17 lines
324 B
PHP
Raw Permalink Normal View History

2010-10-31 20:24:21 +00:00
<?php
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/common.inc.php';
2010-10-31 20:24:21 +00:00
$mysql_rrd = rrd_name($device['hostname'], array('app', 'mysql', $app['app_id']));
2010-10-31 20:24:21 +00:00
if (rrdtool_check_rrd_exists($mysql_rrd)) {
$rrd_filename = $mysql_rrd;
2010-10-31 20:24:21 +00:00
}
2011-10-07 23:05:50 +00:00
$multiplier = 8;
2010-10-31 20:24:21 +00:00
$ds_in = 'BRd';
$ds_out = 'BSt';
2010-10-31 20:24:21 +00:00
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_data.inc.php';