Add support for external (REST) host alerts (#7170)

This commit is contained in:
Alfredo Cardigliano 2023-01-26 15:34:54 +01:00
parent 7ce510a914
commit 73af3fa521
17 changed files with 523 additions and 1 deletions

View file

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