mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Allow a user-defined window to add tolerance to delay-values
This is to counter cronjob irregularities as they arent always executed on *:00 dead
This commit is contained in:
		@@ -152,8 +152,8 @@ $config['email_smtp_auth']                 = FALSE;                // Whether or
 | 
			
		||||
$config['email_smtp_username']             = NULL;                 // SMTP username.
 | 
			
		||||
$config['email_smtp_password']             = NULL;                 // Password for SMTP authentication.
 | 
			
		||||
 | 
			
		||||
$config['alerts']['email']['default_only'] = FALSE;                // Only send alerts to default-contact
 | 
			
		||||
$config['alerts']['email']['default']      = NULL;                 // Default-Contact
 | 
			
		||||
$config['alert']['default_only']           = false;                //Only issue to default_mail
 | 
			
		||||
$config['alert']['default_mail']           = '';                   //Default email
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## <a name="transports-api">API</a>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user