mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02: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