mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
* Splitting blacklisted flow alert and creating two new alerts. (#8354) * Renaming to 'Blacklisted Client Contact' and 'Blacklisted Server Contact'. (#8354)
This commit is contained in:
parent
636ba2975c
commit
59075f5e10
20 changed files with 739 additions and 29 deletions
|
|
@ -15,11 +15,11 @@ local flow_alert_keys = {
|
|||
flow_alert_dns_data_exfiltration = 6,
|
||||
flow_alert_dns_invalid_query = 7,
|
||||
flow_alert_elephant_flow = 8,
|
||||
flow_alert_notused_1 = 9, -- No longer used, can be recycled
|
||||
flow_alert_blacklisted_client_contact = 9,
|
||||
flow_alert_external = 10,
|
||||
flow_alert_longlived = 11,
|
||||
flow_alert_low_goodput = 12,
|
||||
flow_alert_notused_2 = 13, -- No longer used, can be recycled
|
||||
flow_alert_blacklisted_server_contact = 13,
|
||||
flow_alert_internals = 14,
|
||||
flow_alert_notused_3 = 15, -- No longer used, can be recycled
|
||||
flow_alert_remote_to_remote = 16,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue