ntopng/scripts/plugins/web_mining/alert_definitions/alert_web_mining.lua
Simone Mainardi 4177ee61ab Implements constant flow and alert ids
Enlarges AlertType size

Changes alerts database
2020-04-14 22:20:44 +02:00

11 lines
208 B
Lua

--
-- (C) 2019-20 - ntop.org
--
local alert_keys = require "alert_keys"
return {
alert_key = alert_keys.ntopng.alert_web_mining,
i18n_title = "alerts_dashboard.web_mining",
icon = "fab fa-bitcoin",
}