Score changes

- Move score from status definition to user scripts
- Separate flow score counter from the peers score
- Create a new HostScore class to hold the score data
This commit is contained in:
emanuele-f 2020-01-16 18:09:21 +01:00
parent 38facb051a
commit 566b9ece0b
29 changed files with 162 additions and 126 deletions

View file

@ -7,8 +7,6 @@ local alert_consts = require("alert_consts")
-- #################################################################
return {
cli_score = 50,
srv_score = 10,
prio = 195,
alert_severity = alert_consts.alert_severities.info,
alert_type = alert_consts.alert_types.alert_udp_unidirectional,