Added traffic volume alert

This commit is contained in:
Luca Deri 2022-12-19 23:17:44 +01:00
parent f3d5d8d07e
commit c42fdd60c9
8 changed files with 277 additions and 39 deletions

View file

@ -32,6 +32,7 @@ local host_alert_keys = {
host_alert_snmp_flood = 23,
host_alert_custom_lua_script = 24,
host_alert_rst_scan = 25,
host_alert_traffic_volume = 26,
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
}