mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Add Lua host check example (Suspicious Domain Scans) #8956
This commit is contained in:
parent
8d7e968f35
commit
31752105d9
6 changed files with 220 additions and 2 deletions
|
|
@ -36,6 +36,7 @@ local host_alert_keys = {
|
|||
host_alert_external_script = 27,
|
||||
host_alert_host_scanner = 28,
|
||||
host_alert_server_ports_contacts = 29,
|
||||
host_alert_suspicious_domain_scan = 30,
|
||||
|
||||
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue