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

13 lines
220 B
PHP

<?php
$rrd_filename = $config['rrd_dir'] . "/" . $device['hostname'] . "/netscaler-stats-tcp.rrd";
$ds_in = "TotRxBytes";
$ds_out = "TotTxBytes";
$multiplier = 8;
include("includes/graphs/generic_data.inc.php");
?>