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:
SourceDoctor
2021-03-05 03:18:26 +01:00
committed by GitHub
parent 0e05fa31bf
commit 09d30ce75d
4 changed files with 31 additions and 5 deletions

View File

@@ -1227,6 +1227,14 @@ return [
'description' => 'Port',
'help' => 'Set the tcp/udp port to be used for SNMP',
],
'timeout' => [
'description' => 'Timeout',
'help' => 'SNMP Timeout in seconds',
],
'retries' => [
'description' => 'Retries',
'help' => 'how many times to retry the query',
],
'v3' => [
'description' => 'SNMP v3 Authentication (priority)',
'help' => 'Set up v3 authentication variables and order them as you want them to be tried',