mirror of
				https://github.com/librenms/librenms.git
				synced 2024-10-07 16:52:45 +00:00 
			
		
		
		
	Add config-option to exclude SysContact from alerts
This commit is contained in:
		@@ -233,6 +233,7 @@ $config['alert'] = array(
 | 
			
		||||
		'mail'  => false,                   //  E-Mail alerting
 | 
			
		||||
		'irc'   => false,                   //  IRC Alerting
 | 
			
		||||
	),
 | 
			
		||||
	'syscontact' => true,                 //Issue to SysContact (or it's override)
 | 
			
		||||
	'globals' => false,                   //Issue to global-read users
 | 
			
		||||
	'admins' => false,                    //Issue to administrators
 | 
			
		||||
	'default_only' => false,              //Only issue to default
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user