Files

11 lines
261 B
PHP
Raw Permalink Normal View History

<?php
2020-09-21 15:40:17 +02:00
$rrd_filename_in = rrd_name($device['hostname'], 'ucd_ssIORawReceived');
$rrd_filename_out = rrd_name($device['hostname'], 'ucd_ssIORawSent');
2020-09-21 15:40:17 +02:00
$ds_in = 'value';
$ds_out = 'value';
$multiplier = 512;
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_data.inc.php';