ntopng/scripts/plugins/udp_unidirectional/status_definitions/status_udp_unidirectional.lua
emanuele-f d7528e1628 Score improvements
The score is now calculated differently on the client and on the server of the flow.
The hosts flow is updated every minute and charted.
It's now possible to trigger an alert when the score threshold is exceeded
2020-01-15 12:34:16 +01:00

17 lines
398 B
Lua

--
-- (C) 2019-20 - ntop.org
--
local alert_consts = require("alert_consts")
-- #################################################################
return {
status_id = 28,
cli_score = 50,
srv_score = 10,
prio = 195,
alert_severity = alert_consts.alert_severities.info,
alert_type = alert_consts.alert_types.alert_udp_unidirectional,
i18n_title = "flow_details.udp_unidirectional"
}