2012-01-17 13:37:52 +00:00
|
|
|
<?php
|
|
|
|
|
|
2016-07-07 01:33:43 -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;
|
|
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
require 'includes/graphs/generic_data.inc.php';
|