mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add rowid to engaged alerts for all families
This commit is contained in:
parent
274f7f3fac
commit
125787909a
5 changed files with 10 additions and 6 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue