librenms/html/includes/graphs/device/ucd_swap_io.inc.php
2012-04-20 10:35:13 +00:00

13 lines
305 B
PHP

<?php
$rrd_filename_in = $config['rrd_dir'] . "/" . $device['hostname'] . "/ucd_ssRawSwapIn.rrd";
$rrd_filename_out = $config['rrd_dir'] . "/" . $device['hostname'] . "/ucd_ssRawSwapOut.rrd";
$ds_in = "value";
$ds_out = "value";
$multiplier = 512;
include("includes/graphs/generic_data.inc.php");
?>