mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Major terminology unification (user scripts -> checks)
This commit is contained in:
parent
cf363eaa10
commit
2e8a6de0fc
31 changed files with 94 additions and 90 deletions
|
|
@ -759,7 +759,7 @@ function recipients.process_notifications(now, deadline, periodic_frequency, for
|
|||
local alert_utils = require "alert_utils"
|
||||
alert_utils.process_notifications_from_c_queue()
|
||||
|
||||
-- Dequeue alerts enqueued into per-recipient queues from user scripts
|
||||
-- Dequeue alerts enqueued into per-recipient queues from checks
|
||||
if not cached_recipients then
|
||||
-- Cache recipients to avoid re-reading them constantly
|
||||
-- NOTE: in case of recipient add/edit/delete, the vm executing this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue