mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
snmp timeout & retry settings, for now only globally and not per device
git-svn-id: http://www.observium.org/svn/observer/trunk@1268 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -35,6 +35,10 @@ $config['page_gen'] = 1;
|
||||
|
||||
$config['web_header'] = "header.inc.php"; # in html/includes
|
||||
|
||||
### SNMP settings
|
||||
$config['snmp']['timeout'] = 300; # timeout in ms
|
||||
$config['snmp']['retries'] = 6; # how many times to retry the query
|
||||
|
||||
### Alerting Settings
|
||||
|
||||
#$config['alert']['email']]'default'] = NULL; ## Default alert recipient
|
||||
|
||||
Reference in New Issue
Block a user