Moves alert and status definitions under lua/modules/

This commit is contained in:
Simone Mainardi 2020-10-12 15:03:39 +02:00
parent 8a3c115e9d
commit ce4d69a273
8 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,10 @@
local alert_consts = require("alert_consts")
local status_keys = require "flow_keys"
return {
status_key = status_keys.ntopng.status_unexpected_dns_server,
alert_severity = alert_consts.alert_severities.error,
alert_type = alert_consts.alert_types.alert_unexpected_dns,
i18n_title = "unexpected_dns.unexpected_dns_title",
i18n_description = "unexpected_dns.status_unexpected_dns_description",
}