mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add support for external (REST) host alerts (#7170)
This commit is contained in:
parent
7ce510a914
commit
73af3fa521
17 changed files with 523 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue