mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Introduce config-switch to regather contacts before dispatch
This commit is contained in:
@@ -239,6 +239,7 @@ $config['alert'] = array(
|
||||
'default_only' => false, //Only issue to default
|
||||
'default_mail' => '', //Default email
|
||||
'tolerance-window' => 10, //Allow +/-10s tolerance to delay values to counter cron-irregularities
|
||||
'fixed-contacts' => true, //If true any changes in user-permissions,user-mail,syscontact,default-mail will not be honoured until the next alert triggers.
|
||||
);
|
||||
|
||||
//Legacy options
|
||||
|
||||
Reference in New Issue
Block a user