mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
parent
1cbdbbd339
commit
5b11db117b
5 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue