mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Handle host pool serialization (exception for backward compatibility).
Fix recipients add Initial work for alerts dispatching to recipients
This commit is contained in:
parent
befc2ec821
commit
7ffb4df9a6
11 changed files with 128 additions and 37 deletions
|
|
@ -2340,10 +2340,16 @@ function alert_utils.processAlertNotifications(now, periodic_frequency, force_ex
|
|||
end
|
||||
|
||||
alert_endpoints.dispatchNotification(message, json_message)
|
||||
-- TODO replace alert_endpoints.dispatchNotification with the below
|
||||
-- notification_recipients.dispatchNotification(message, json_message)
|
||||
|
||||
::continue::
|
||||
end
|
||||
|
||||
alert_endpoints.processNotifications(now, periodic_frequency)
|
||||
-- TODO replace alert_endpoints.processNotifications with the below
|
||||
-- notification_recipients.processNotifications(now, periodic_frequency)
|
||||
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue