mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added documentation for duplicate alerts silencing logic (#8992)
This commit is contained in:
parent
d698ca2fb5
commit
117b6e3f0c
4 changed files with 15 additions and 6 deletions
|
|
@ -94,7 +94,6 @@ function alert_store_db.dequeueRecipientAlerts(recipient, budget)
|
|||
|
||||
for _, json_message in ipairs(notifications) do
|
||||
local alert = json.decode(json_message)
|
||||
|
||||
if alert then
|
||||
local alert_store = get_alert_store(alert.entity_id)
|
||||
if alert_store then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue