mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
netscaler initial
git-svn-id: http://www.observium.org/svn/observer/trunk@2161 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
if (!$os)
|
||||
{
|
||||
if (strstr($sysObjectId, ".1.3.6.1.4.1.5951.1")) { $os = "netscaler"; }
|
||||
}
|
||||
|
||||
?>
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user