mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes counter for clickhouse alerts not working (#7088)
This commit is contained in:
parent
60ad82f4df
commit
b60204d4fe
2 changed files with 13 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ function alert_store_db.dequeueRecipientAlerts(recipient, budget)
|
|||
if alert.action ~= "engage" then
|
||||
-- Do not store alerts engaged - they're are handled only in-memory
|
||||
|
||||
if(alert) then
|
||||
if(alert) then
|
||||
interface.select(string.format("%d", alert.ifid))
|
||||
|
||||
local alert_store = get_alert_store(alert.entity_id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue