mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix flow alerts export (e.g. email)
This commit is contained in:
parent
9c8217c34c
commit
aa072bef55
2 changed files with 8 additions and 4 deletions
|
|
@ -152,7 +152,7 @@ function email.dequeueRecipientAlerts(recipient, budget, high_priority)
|
|||
|
||||
for _, json_message in ipairs(notifications) do
|
||||
local notif = json.decode(json_message)
|
||||
message_body[#message_body + 1] = alert_utils.formatAlertNotification(notif, {nohtml=true})
|
||||
message_body[#message_body + 1] = alert_utils.formatAlertNotification(notif, {show_entity = true, nohtml=true})
|
||||
end
|
||||
|
||||
message_body = table.concat(message_body, "<br>")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue