mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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.
This commit is contained in:
@@ -4,9 +4,12 @@ modules:
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user