Files
librenms-librenms/includes/html/graphs/device/netscaler_tcp_bits.inc.php
2020-09-21 15:40:17 +02:00

11 lines
197 B
PHP

<?php
$rrd_filename = rrd_name($device['hostname'], 'netscaler-stats-tcp');
$ds_in = 'TotRxBytes';
$ds_out = 'TotTxBytes';
$multiplier = 8;
require 'includes/html/graphs/generic_data.inc.php';