mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
netscaler tcp stats poller and three graph definitions
git-svn-id: http://www.observium.org/svn/observer/trunk@2819 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?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");
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user