mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Implemented connection failed alert (#6622)
This commit is contained in:
parent
957e0d777c
commit
e9147aa37d
11 changed files with 145 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ local flow_alert_keys = {
|
|||
flow_alert_ndpi_http_crawler_bot = 72,
|
||||
flow_alert_ndpi_suspicious_entropy = 73,
|
||||
flow_alert_iec_invalid_command_transition = 74,
|
||||
flow_alert_connection_failed = 75,
|
||||
|
||||
-- NOTE: for flow alerts not not go beyond the size of Bitmap alert_map inside Flow.h (currently 128)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue