Files
Marek WobstandGitHub cfb70f73d1 Add more OIDs for determining hardware and serial attributes correctly (#14904)
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.
2023-03-16 16:05:23 +01:00

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