mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Enable new alert API/configuration
This commit is contained in:
parent
9acf38efa9
commit
2c6987db3c
3 changed files with 24 additions and 105 deletions
|
|
@ -319,7 +319,7 @@ function notification_recipients.processNotifications(now, periodic_frequency, f
|
|||
-- traceError(TRACE_ERROR, TRACE_CONSOLE, "No dequeueRecipientAlerts callback defined for "..recipient.recipient_name)
|
||||
end
|
||||
else
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, "Module "..recipient.recipient_name.." not available")
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, "Module "..module_name.." not available")
|
||||
end
|
||||
-- end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue