Implemented score anomaly plugin

This commit is contained in:
Luca Deri 2021-04-11 18:57:23 +02:00
parent e89b7bc7f2
commit 73c61e1308
13 changed files with 282 additions and 1 deletions

View file

@ -17,6 +17,7 @@ local host_alert_keys = {
host_alert_p2p_traffic = 9,
host_alert_dns_traffic = 10,
host_alert_flows_anomaly = 11,
host_alert_score_anomaly = 12,
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
}