2012-01-17 13:37:52 +00:00
|
|
|
<?php
|
|
|
|
|
|
2021-03-28 17:25:30 -05:00
|
|
|
$rrd_filename = Rrd::name($device['hostname'], 'netscaler-stats-tcp');
|
2012-01-17 13:37:52 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
$ds_in = 'TotRxBytes';
|
|
|
|
|
$ds_out = 'TotTxBytes';
|
2012-01-17 13:37:52 +00:00
|
|
|
|
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';
|