mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
feature: Allow snmpget in os discovery yaml (#7558)
* feature: Allow snmpget in os discovery yaml Convert all remaining os except airos. Affected OS: asuswrt-merlin, ddnons, dsm, extrahop, huaweiups, ibmtl, pcoweb, pktj, qnap, remoteeye4, sentry3, sentry4, tomato There should be not change in detection. * Fix, asuswrt-merlin and tomato with snmpsim. May not have been an issue with actual devices because of -Oa leading " was a bit odd. * missed file
This commit is contained in:
committed by
Neil Lathwood
parent
e968e37cdc
commit
193db02475
@@ -29,7 +29,9 @@ Other options are available:
|
||||
|
||||
- `sysObjectId` The preferred operator. Checks if the sysObjectID starts with one of the strings under this item
|
||||
- `sysDescr` Use this in addition to sysObjectId if required. Check that the sysDescr contains one of the strings under this item
|
||||
- `sysObjectId_regex` Please avoid use of this. Checks if the sysObjectId matches one of the regex statements under this item
|
||||
- `sysDescr_regex` Please avoid use of this. Checks if the sysDescr matches one of the regex statements under this item
|
||||
- `snmpget` Do not use this unless none of the other methods work. Fetch an oid and compare it against a value.
|
||||
- `_except` You can add this to any of the above to exclude that element. As an example:
|
||||
|
||||
```yaml
|
||||
|
Reference in New Issue
Block a user