Reworks plugin for not purged flow alerts

Fixes #3264
This commit is contained in:
Simone Mainardi 2020-01-21 12:50:31 +01:00
parent 1cbdbbd339
commit 5b11db117b
5 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1,14 @@
--
-- (C) 2019-20 - ntop.org
--
local alert_consts = require("alert_consts")
-- #################################################################
return {
prio = 50,
alert_severity = alert_consts.alert_severities.error,
alert_type = alert_consts.alert_types.alert_internals,
i18n_title = "flow_details.not_purged"
}