mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00: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