mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added DNS flood alert (#5905)
This commit is contained in:
parent
063ff38fbf
commit
71bb0efbc2
14 changed files with 175 additions and 2 deletions
|
|
@ -28,6 +28,7 @@ local host_alert_keys = {
|
|||
host_alert_pkt_threshold = 19,
|
||||
host_alert_scan_detected = 20,
|
||||
host_alert_fin_scan = 21,
|
||||
host_alert_dns_flood = 22,
|
||||
|
||||
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue