mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implemented custom host script (WIP)
This commit is contained in:
parent
66a4e73f1e
commit
71fbbdbf58
21 changed files with 361 additions and 111 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue