mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Some FTD systems like 4110 and 4120 (probably more) use different OIDs (not .1 or .4) for that, so these were added. The version extension is probably not helpful, as the result is an empty string … but at least that OID exists. Not: without this change, hardware+serial fields will be empty after a (re)discovery.
16 lines
572 B
YAML
16 lines
572 B
YAML
modules:
|
|
os:
|
|
sysDescr_regex: '/Version (?<version>[^,]+)/'
|
|
serial:
|
|
- ENTITY-MIB::entPhysicalSerialNum.1
|
|
- ENTITY-MIB::entPhysicalSerialNum.4
|
|
- ENTITY-MIB::entPhysicalSerialNum.10
|
|
version:
|
|
- ENTITY-MIB::entPhysicalSoftwareRev.1
|
|
- ENTITY-MIB::entPhysicalSoftwareRev.4
|
|
- ENTITY-MIB::entPhysicalSoftwareRev.10
|
|
hardware:
|
|
- ENTITY-MIB::entPhysicalModelName.1
|
|
- ENTITY-MIB::entPhysicalModelName.4
|
|
- ENTITY-MIB::entPhysicalModelName.10
|