Files
librenms-librenms/includes/html/graphs/device/netscaler_tcp_bits.inc.php

11 lines
198 B
PHP
Raw Normal View History

<?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';