ntopng/scripts/lua/modules/flow_status_definitions/status_blocked.lua

15 lines
364 B
Lua

--
-- (C) 2019-20 - ntop.org
--
local status_keys = require "flow_keys"
local alert_consts = require("alert_consts")
-- #################################################################
return {
status_key = status_keys.ntopng.status_blocked,
alert_type = alert_consts.alert_types.alert_flow_blocked,
i18n_title = "flow_details.flow_blocked_by_bridge"
}