mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
add loadbalancer device type, netscaler = loadbalancer, patch by mgm
git-svn-id: http://www.observium.org/svn/observer/trunk@2844 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -412,7 +412,7 @@ $config['os'][$os]['over'][2]['text'] = "Memory Usage";
|
||||
|
||||
$os = "netscaler";
|
||||
$config['os'][$os]['text'] = "Citrix Netscaler";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['type'] = "loadbalancer";
|
||||
$config['os'][$os]['icon'] = "citrix";
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_bits";
|
||||
$config['os'][$os]['over'][0]['text'] = "Device Traffic";
|
||||
@@ -1016,6 +1016,11 @@ $config['device_types'][$i]['text'] = 'Environment';
|
||||
$config['device_types'][$i]['type'] = 'environment';
|
||||
$config['device_types'][$i]['icon'] = 'environment.png';
|
||||
|
||||
$i++;
|
||||
$config['device_types'][$i]['text'] = 'Load Balancers';
|
||||
$config['device_types'][$i]['type'] = 'loadbalancer';
|
||||
$config['device_types'][$i]['icon'] = 'loadbalancer.png';
|
||||
|
||||
if (isset($config['enable_printers']) && $config['enable_printers'])
|
||||
{
|
||||
$i++;
|
||||
|
||||
Reference in New Issue
Block a user