mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Moved host traffic checks to unused
This commit is contained in:
parent
e1a182973b
commit
af9011684b
2 changed files with 8 additions and 12 deletions
|
|
@ -14,18 +14,18 @@ local host_alert_keys = {
|
|||
host_alert_syn_scan = 5,
|
||||
host_alert_syn_flood = 6,
|
||||
host_alert_domain_names_contacts = 7,
|
||||
host_alert_p2p_traffic = 8, -- Obsolete: use local host rules
|
||||
host_alert_dns_traffic = 9, -- Obsolete: use local host rules
|
||||
host_alert_notused_1 = 8, -- Obsolete: use local host rules
|
||||
host_alert_notused_2 = 9, -- Obsolete: use local host rules
|
||||
host_alert_flows_anomaly = 10,
|
||||
host_alert_score_anomaly = 11,
|
||||
host_alert_remote_connection = 12,
|
||||
host_alert_host_log = 13,
|
||||
host_alert_dangerous_host = 14,
|
||||
host_alert_ntp_traffic = 15, -- Obsolete: use local host rules
|
||||
host_alert_notused_3 = 15, -- Obsolete: use local host rules
|
||||
host_alert_countries_contacts = 16,
|
||||
host_alert_score_threshold = 17,
|
||||
host_alert_icmp_flood = 18,
|
||||
host_alert_pkt_threshold = 19, -- Obsolete: use local host rules
|
||||
host_alert_notused_4 = 19, -- Obsolete: use local host rules
|
||||
host_alert_scan_detected = 20,
|
||||
host_alert_fin_scan = 21,
|
||||
host_alert_dns_flood = 22,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue