mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added support to deliver specific alerts to endpoints (#7694)
This commit is contained in:
parent
c4dbf1d135
commit
8f770d490e
44 changed files with 789 additions and 354 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue