mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added support Cisco CBS350 (#12737)
* support Cisco CBS350 * hardware collect
This commit is contained in:
@@ -59,6 +59,8 @@ discovery:
|
||||
- .1.3.6.1.4.1.9.6.1.34.371.1
|
||||
- .1.3.6.1.4.1.9.6.1.1001
|
||||
- .1.3.6.1.4.1.9.6.1.1002
|
||||
- .1.3.6.1.4.1.9.6.1.1004
|
||||
- .1.3.6.1.4.1.9.6.1.1006
|
||||
-
|
||||
sysDescr_regex:
|
||||
- '/^Linksys SLM/'
|
||||
|
@@ -1,7 +1,9 @@
|
||||
mib: CISCOSB-rndMng
|
||||
modules:
|
||||
os:
|
||||
sysDescr_regex: '/(?<hardware>S.+-\d+) \d/'
|
||||
sysDescr_regex:
|
||||
- '/(?<hardware>S.+-\d+) \d/'
|
||||
- '/(?<hardware>CBS[^\s]+) /'
|
||||
hardware: CISCOSB-Physicaldescription-MIB::rlPhdUnitGenParamModelName.1
|
||||
serial: CISCOSB-Physicaldescription-MIB::rlPhdUnitGenParamSerialNum.1
|
||||
features: CISCOSB-Physicaldescription-MIB::rlPhdUnitGenParamServiceTag.1
|
||||
|
7571
tests/data/ciscosb_cbs350.json
Normal file
7571
tests/data/ciscosb_cbs350.json
Normal file
File diff suppressed because it is too large
Load Diff
2764
tests/snmpsim/ciscosb_cbs350.snmprec
Normal file
2764
tests/snmpsim/ciscosb_cbs350.snmprec
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user