netscaler initial

git-svn-id: http://www.observium.org/svn/observer/trunk@2161 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-04-25 20:06:36 +00:00
parent efd9d30ee7
commit 9c6519704e
4 changed files with 16999 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

+8
View File
@@ -0,0 +1,8 @@
<?php
if (!$os)
{
if (strstr($sysObjectId, ".1.3.6.1.4.1.5951.1")) { $os = "netscaler"; }
}
?>
+8
View File
@@ -360,6 +360,14 @@ $config['os'][$os]['over'][1]['text'] = "CPU Usage";
$config['os'][$os]['over'][2]['graph'] = "device_mempool";
$config['os'][$os]['over'][2]['text'] = "Memory Usage";
$os = "netscaler";
$config['os'][$os]['text'] = "Citrix Netscaler";
$config['os'][$os]['type'] = "network";
$config['os'][$os]['icon'] = "netscaler";
$config['os'][$os]['over'][0]['graph'] = "device_bits";
$config['os'][$os]['over'][0]['text'] = "Device Traffic";
$os = "proxim";
$config['os'][$os]['text'] = "Proxim";
$config['os'][$os]['type'] = "network";
+16983
View File
File diff suppressed because it is too large Load Diff