Add rowid to engaged alerts for all families

This commit is contained in:
Alfredo Cardigliano 2024-11-12 11:53:59 +01:00
parent 274f7f3fac
commit 125787909a
5 changed files with 10 additions and 6 deletions

View file

@ -362,7 +362,6 @@ function alerts_api.trigger(entity_info, type_info, when, cur_alerts)
triggered.ifid = ifid
triggered.action = "engage"
triggered.require_attention = true
-- Emit the notification only if the notification hasn't already been emitted.
-- This is to avoid alert storms when ntopng is restarted. Indeeed,
@ -451,7 +450,6 @@ function alerts_api.release(entity_info, type_info, when, cur_alerts)
released.ifid = ifid
released.action = "release"
triggered.require_attention = true
addAlertPoolAndNetworkInfo(entity_info, released)