updated netscaler mib. netscaler vserver poller. netscaler vserver subtab in routing.

git-svn-id: http://www.observium.org/svn/observer/trunk@2826 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2012-01-18 08:12:37 +00:00
parent 1b1b5bee51
commit fd8d9a8c1b
10 changed files with 2652 additions and 257 deletions

View File

@@ -0,0 +1,19 @@
<?php
$ds_in = "CurClntConnections";
$ds_out = "CurSrvrConnections";
$colour_area_in = "AA66AA";
$colour_line_in = "330033";
$colour_area_out = "FFDD88";
$colour_line_out = "FF6600";
$colour_area_in_max = "cc88cc";
$colour_area_out_max = "FFefaa";
$graph_max = 1;
$unit_text = "Packets";
include("includes/graphs/generic_duplex.inc.php");
?>