mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* Add new sysDescr string for AlliedWare Plus products. Release 5.4.8-2.1 of AlliedWare Plus will change the format of the sysDescr string. This patch updates Allied Telesis yaml files to work with this change. Signed-off-by: Luuk Paulussen <luuk.paulussen@alliedtelesis.co.nz> * save-test-data.php: Use correct variable for 'os' argument. Signed-off-by: Luuk Paulussen <luuk.paulussen@alliedtelesis.co.nz> * Create awplus_5.4.8-2.json * Update awplus_5.4.8-2.json
23 lines
611 B
YAML
23 lines
611 B
YAML
os: allied
|
|
text: Alliedware
|
|
type: network
|
|
icon: alliedtelesis
|
|
group: allied
|
|
ifname: true
|
|
over:
|
|
- { graph: device_bits, text: Traffic }
|
|
discovery:
|
|
-
|
|
sysObjectID: .1.3.6.1.4.1.207.
|
|
sysObjectID_except:
|
|
- .1.3.6.1.4.1.207.1.4.125 #exclude the following ATI 8000S/8000GS which identify as "radlan" OS.
|
|
- .1.3.6.1.4.1.207.1.4.126
|
|
- .1.3.6.1.4.1.207.1.4.127
|
|
- .1.3.6.1.4.1.207.1.4.128
|
|
- .1.3.6.1.4.1.207.1.4.143
|
|
- .1.3.6.1.4.1.207.1.4.144
|
|
- .1.3.6.1.4.1.207.1.4.145
|
|
sysDescr_except: ['AW+', 'Software (AlliedWare Plus)']
|
|
mib_dir:
|
|
- allied
|