Add alert endpoints documentation

This commit is contained in:
emanuele-f 2020-03-30 17:50:35 +02:00
parent b753aa645c
commit 423f73da3f
2 changed files with 245 additions and 2 deletions

View file

@ -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