Implements ICMP flood check (#5904)

This commit is contained in:
MatteoBiscosi 2021-10-07 11:40:51 +02:00
parent 4ad3463384
commit 7c10fba84b
11 changed files with 45 additions and 7 deletions

View file

@ -23,6 +23,7 @@ local host_alert_keys = {
host_alert_ntp_traffic = 15,
host_alert_countries_contacts = 16,
host_alert_score_threshold = 17,
host_alert_icmp_flood = 18,
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
}