mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added script for checking flow number anomalies
This commit is contained in:
parent
53449a369b
commit
8b2faf21f5
15 changed files with 258 additions and 11 deletions
|
|
@ -16,6 +16,11 @@ local host_alert_keys = {
|
|||
host_alert_score = 8,
|
||||
host_alert_p2p_traffic = 9,
|
||||
host_alert_dns_traffic = 10,
|
||||
host_alert_flows_anomaly = 11,
|
||||
host_alert_score_anomaly = 12,
|
||||
|
||||
|
||||
|
||||
-- NOTE: for host alerts not not go beyond the size of Bitmap16 alert_map inside Host.h
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue