mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Global Settings - SNMP Timeout (#12579)
* Global Settings - SNMP Timeout * omit snmp timeout if it is 1 * add retries field * filter default retries too * fix typo Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
@@ -4985,6 +4985,20 @@
|
||||
"type": "integer",
|
||||
"default": 0
|
||||
},
|
||||
"snmp.timeout": {
|
||||
"group": "poller",
|
||||
"section": "snmp",
|
||||
"order": 5,
|
||||
"type": "integer",
|
||||
"default": 1
|
||||
},
|
||||
"snmp.retries": {
|
||||
"group": "poller",
|
||||
"section": "snmp",
|
||||
"order": 6,
|
||||
"type": "integer",
|
||||
"default": 5
|
||||
},
|
||||
"snmp.port": {
|
||||
"group": "poller",
|
||||
"section": "snmp",
|
||||
|
Reference in New Issue
Block a user