2012-04-20 10:35:13 +00:00

23 lines
356 B
PHP
Executable File

<?php
$scale_min = 0;
include("includes/graphs/common.inc.php");
$drbd_rrd = $config['rrd_dir'] . "/" . $device['hostname'] . "/app-drbd-".$app['app_instance'].".rrd";
if (is_file($drbd_rrd))
{
$rrd_filename = $drbd_rrd;
}
$ds_in = "dr";
$ds_out = "dw";
$multiplier = "8";
$format = "bytes";
include("includes/graphs/generic_data.inc.php");
?>