Files

11 lines
198 B
PHP
Raw Permalink Normal View History

<?php
$rrd_filename = rrd_name($device['hostname'], 'netscaler-stats-tcp');
$ds_in = 'TotRxBytes';
$ds_out = 'TotTxBytes';
2012-01-17 13:48:07 +00:00
$multiplier = 8;
2019-04-11 23:26:42 -05:00
require 'includes/html/graphs/generic_data.inc.php';