Added support to deliver specific alerts to endpoints (#7694)

This commit is contained in:
Matteo Biscosi 2023-08-01 10:04:11 +00:00
parent c4dbf1d135
commit 8f770d490e
44 changed files with 789 additions and 354 deletions

View file

@ -126,6 +126,7 @@ local context = {
endpoint_list = endpoints.get_configs(true),
can_create_recipient = can_create_recipient,
check_categories = checks.check_categories,
checks = checks.getEnabledChecksList(),
check_entities = alert_entities,
alert_severities = alert_consts.get_printable_severities(),
endpoints = endpoint_list,