mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Partially Implements traffic blocking (#5387)
This commit is contained in:
parent
4c415907df
commit
bcc717689f
16 changed files with 284 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ local host_alert_keys = {
|
|||
host_alert_score_anomaly = 11,
|
||||
host_alert_remote_connection = 12,
|
||||
host_alert_host_log = 13,
|
||||
host_alert_host_ban = 14,
|
||||
|
||||
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue