mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Added Basic Support für Enterasys Devices
This commit is contained in:
@@ -1182,6 +1182,14 @@ $config['os'][$os]['over'][0]['graph'] = "device_bits";
|
||||
$config['os'][$os]['over'][0]['text'] = "Device Traffic";
|
||||
$config['os'][$os]['icon'] = "pbn";
|
||||
|
||||
// Enterasys
|
||||
$os = "enterasys";
|
||||
$config['os'][$os]['text'] = "Enterasys";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_bits";
|
||||
$config['os'][$os]['over'][0]['text'] = "Device Traffic";
|
||||
$config['os'][$os]['icon'] = "enterasys";
|
||||
|
||||
foreach ($config['os'] as $this_os => $blah)
|
||||
{
|
||||
if (isset($config['os'][$this_os]['group']))
|
||||
|
||||
Reference in New Issue
Block a user