Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
263 B
PHP
Raw Permalink Normal View History

<?php
2021-03-28 17:25:30 -05:00
$rrd_filename_in = Rrd::name($device['hostname'], 'ucd_ssIORawReceived');
$rrd_filename_out = Rrd::name($device['hostname'], 'ucd_ssIORawSent');
$ds_in = 'value';
$ds_out = 'value';
$multiplier = 512;
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_data.inc.php';