mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Fixes incorrect flow alert key
This commit is contained in:
parent
1d8f07430a
commit
63aacc9ec9
3 changed files with 6 additions and 7 deletions
|
|
@ -15,16 +15,16 @@ local flow_alert_keys = {
|
|||
flow_alert_dns_data_exfiltration = 6,
|
||||
flow_alert_dns_invalid_query = 7,
|
||||
flow_alert_elephant_flow = 8,
|
||||
flow_alert_elephant_remote_to_local = 9, -- No longer used, can be recycled
|
||||
flow_alert_notused_1 = 9, -- No longer used, can be recycled
|
||||
flow_alert_external = 10,
|
||||
flow_alert_longlived = 11,
|
||||
flow_alert_low_goodput = 12,
|
||||
flow_alert_malicious_signature = 13,
|
||||
flow_alert_internals = 14,
|
||||
flow_alert_potentially_dangerous = 15,
|
||||
flow_alert_notused_3 = 15, -- No longer used, can be recycled
|
||||
flow_alert_remote_to_remote = 16,
|
||||
flow_alert_suspicious_tcp_probing = 17, -- No longer used, can be recycled
|
||||
flow_alert_suspicious_tcp_syn_probing = 18, -- No longer used, can be recycled
|
||||
flow_alert_notused_4 = 17, -- No longer used, can be recycled
|
||||
flow_alert_notused_5 = 18, -- No longer used, can be recycled
|
||||
flow_alert_tcp_packets_issues = 19,
|
||||
flow_alert_tcp_connection_refused = 20,
|
||||
flow_alert_tcp_severe_connection_issues = 21,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue