mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Add alert endpoints documentation
This commit is contained in:
parent
b753aa645c
commit
423f73da3f
2 changed files with 245 additions and 2 deletions
|
|
@ -116,7 +116,7 @@ end
|
|||
function alert_endpoints.processNotifications(now, periodic_frequency)
|
||||
loadModules()
|
||||
|
||||
-- Process export notifications
|
||||
-- Process the alerts export. NOTE: endpoints are sorted by priority (higher priority first)
|
||||
for _, m in ipairs(modules) do
|
||||
if force_export or ((now % m.export_frequency) < periodic_frequency) then
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue