mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added RST scan alert (#5903)
This commit is contained in:
parent
48535dab63
commit
cde463a324
15 changed files with 294 additions and 2 deletions
|
|
@ -31,6 +31,7 @@ local host_alert_keys = {
|
|||
host_alert_dns_flood = 22,
|
||||
host_alert_snmp_flood = 23,
|
||||
host_alert_custom_lua_script = 24,
|
||||
host_alert_rst_scan = 25,
|
||||
|
||||
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue