mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add option to disable the send of acknowledgement alerts. (#15208)
This commit is contained in:
@@ -126,6 +126,10 @@ return [
|
||||
'description' => 'Recovery Alerts',
|
||||
'help' => 'Notify if Alert recovers',
|
||||
],
|
||||
'acknowledgement_alerts' => [
|
||||
'description' => 'Acknowledgement Alerts',
|
||||
'help' => 'Notify if Alert is acknowledged',
|
||||
],
|
||||
'invert_map' => [
|
||||
'description' => 'All devices except in list',
|
||||
'help' => 'Alert only for Devices which are not listed',
|
||||
|
Reference in New Issue
Block a user