mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix syslog endpoint.
This commit is contained in:
parent
db17a47e8a
commit
ce0eb043cf
1 changed files with 1 additions and 1 deletions
|
|
@ -182,7 +182,7 @@ function syslog.dequeueRecipientAlerts(recipient, budget)
|
|||
local notification = ntop.recipient_dequeue(recipient.recipient_id)
|
||||
if notification then
|
||||
if alert_utils.filter_notification(notification, recipient.recipient_id) then
|
||||
notifications[#notifications + 1] = notification.alert
|
||||
notifications[#notifications + 1] = notification
|
||||
i = i + 1
|
||||
end
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue