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

12 lines
203 B
PHP
Raw Normal View History

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