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. (#9430)
* 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
This commit is contained in:
committed by
Tony Murray
parent
f10e06def2
commit
a143452e5d
@@ -17,6 +17,6 @@ discovery:
|
|||||||
- .1.3.6.1.4.1.207.1.4.143
|
- .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.144
|
||||||
- .1.3.6.1.4.1.207.1.4.145
|
- .1.3.6.1.4.1.207.1.4.145
|
||||||
sysDescr_except: 'AW+'
|
sysDescr_except: ['AW+', 'Software (AlliedWare Plus)']
|
||||||
mib_dir:
|
mib_dir:
|
||||||
- allied
|
- allied
|
||||||
|
@@ -9,6 +9,6 @@ over:
|
|||||||
discovery:
|
discovery:
|
||||||
-
|
-
|
||||||
sysObjectID: .1.3.6.1.4.1.207.
|
sysObjectID: .1.3.6.1.4.1.207.
|
||||||
sysDescr: 'AW+'
|
sysDescr: ['AW+', 'Software (AlliedWare Plus)']
|
||||||
mib_dir:
|
mib_dir:
|
||||||
- awplus
|
- awplus
|
||||||
|
@@ -61,7 +61,7 @@ Usage:
|
|||||||
$os_name = false;
|
$os_name = false;
|
||||||
if (isset($options['o'])) {
|
if (isset($options['o'])) {
|
||||||
$os_name = $options['o'];
|
$os_name = $options['o'];
|
||||||
} elseif (isset($os_list['os'])) {
|
} elseif (isset($options['os'])) {
|
||||||
$os_name = $options['os'];
|
$os_name = $options['os'];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
21866
tests/data/awplus_5.4.8-2.json
Normal file
21866
tests/data/awplus_5.4.8-2.json
Normal file
File diff suppressed because it is too large
Load Diff
6535
tests/snmpsim/awplus_5.4.8-2.snmprec
Normal file
6535
tests/snmpsim/awplus_5.4.8-2.snmprec
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user