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:
@@ -47,6 +47,7 @@ if (is_numeric($rule_id)) {
|
||||
'invert' => Config::get('alert_rule.invert_rule_match'),
|
||||
'interval' => 60 * Config::get('alert_rule.interval'),
|
||||
'recovery' => Config::get('alert_rule.recovery_alerts'),
|
||||
'acknowledgement' => Config::get('alert_rule.acknowledgement_alerts'),
|
||||
];
|
||||
$output = [
|
||||
'status' => 'ok',
|
||||
|
||||
Reference in New Issue
Block a user