Implemented custom host script (WIP)

This commit is contained in:
Luca Deri 2022-11-24 12:34:14 +01:00
parent 66a4e73f1e
commit 71fbbdbf58
21 changed files with 361 additions and 111 deletions

View file

@ -30,7 +30,8 @@ local host_alert_keys = {
host_alert_fin_scan = 21,
host_alert_dns_flood = 22,
host_alert_snmp_flood = 23,
host_alert_custom_lua_script = 24,
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
}