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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user