mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Detect Juniper WXOS/JWOS + minor MIB path fix
git-svn-id: http://www.observium.org/svn/observer/trunk@1523 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -133,6 +133,11 @@ $os = "junos";
|
||||
$config['os'][$os]['text'] = "Juniper JunOS";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
|
||||
$os = "jwos";
|
||||
$config['os'][$os]['text'] = "Juniper JWOS";
|
||||
$config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['icon'] = "junos";
|
||||
|
||||
$os = "screenos";
|
||||
$config['os'][$os]['text'] = "Juniper ScreenOS";
|
||||
$config['os'][$os]['type'] = "firewall";
|
||||
|
||||
Reference in New Issue
Block a user