Adds manifest.lua file for network anomaly plugin

This commit is contained in:
Simone Mainardi 2021-04-11 14:36:53 +02:00
parent 8b2faf21f5
commit b5717ea209
3 changed files with 16 additions and 7 deletions

View file

@ -17,11 +17,8 @@ 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: for host alerts not not go beyond the size of Bitmap16 alert_map inside Host.h
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
}
-- ##############################################