Added SNMP flood check (#5905)

This commit is contained in:
MatteoBiscosi 2022-11-23 12:14:42 +01:00
parent d9d7363844
commit 2e27e21cc8
13 changed files with 174 additions and 0 deletions

View file

@ -29,6 +29,7 @@ local host_alert_keys = {
host_alert_scan_detected = 20,
host_alert_fin_scan = 21,
host_alert_dns_flood = 22,
host_alert_snmp_flood = 23,
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
}