ntopng/scripts/plugins/internals/status_definitions/status_not_purged.lua
2020-01-21 12:50:31 +01:00

14 lines
327 B
Lua

--
-- (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"
}