#1066 implement snmp_try_slow_connect and fast device discover from queue

This commit is contained in:
Oliver Gorwits
2023-07-14 17:37:52 +01:00
parent 2f7e3f80a3
commit eac55a581d
5 changed files with 62 additions and 18 deletions

View File

@@ -345,6 +345,7 @@ snmpver: 3
snmptimeout: 3000000
snmpretries: 2
net_snmp_options: {}
snmp_try_slow_connect: true
snmp_remoteport: {}
snmp_field_protection:
device:
@@ -527,6 +528,7 @@ worker_plugins:
- 'Hook'
- 'Hook::Exec'
- 'Hook::HTTP'
- 'Internal::SNMPFastDiscover'
- 'LoadMIBs'
- 'Location'
- 'Macsuck'