Files
librenms-librenms/html/includes/graphs/device/ucd_swap_io.inc.php
T

12 lines
304 B
PHP
Raw Normal View History

<?php
$rrd_filename_in = $config['rrd_dir'] . "/" . $device['hostname'] . "/ucd_ssRawSwapIn.rrd";
2011-09-20 09:55:11 +00:00
$rrd_filename_out = $config['rrd_dir'] . "/" . $device['hostname'] . "/ucd_ssRawSwapOut.rrd";
$ds_in = "value";
$ds_out = "value";
$multiplier = 512;
include("includes/graphs/generic_bits.inc.php");
2011-03-17 13:35:25 +00:00
?>