mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Add alert type filter for all families
This commit is contained in:
parent
3031e09161
commit
279ed66deb
47 changed files with 181 additions and 17 deletions
|
|
@ -9,6 +9,7 @@ local other_alert_keys = require "other_alert_keys"
|
|||
local classes = require "classes"
|
||||
-- Make sure to import the Superclass!
|
||||
local alert = require "alert"
|
||||
local alert_entities = require "alert_entities"
|
||||
|
||||
-- ##############################################
|
||||
|
||||
|
|
@ -20,6 +21,7 @@ alert_fail2ban_executed.meta = {
|
|||
alert_key = other_alert_keys.alert_fail2ban_executed,
|
||||
i18n_title = "alerts_dashboard.fail2ban",
|
||||
icon = "fas fa-fw fa-info-circle",
|
||||
entities = {},
|
||||
}
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue