mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
This is in fact a load balancer
This commit is contained in:
@@ -486,7 +486,7 @@ $config['os'][$os]['icon'] = 'brocade';
|
||||
// Brocade/Foundry ServerIron
|
||||
$os = 'serveriron';
|
||||
$config['os'][$os]['text'] = 'Brocade ServerIron';
|
||||
$config['os'][$os]['type'] = 'network';
|
||||
$config['os'][$os]['type'] = 'loadbalancer';
|
||||
$config['os'][$os]['ifname'] = 1;
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
|
||||
$config['os'][$os]['over'][0]['text'] = 'Device Traffic';
|
||||
|
||||
Reference in New Issue
Block a user