mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Added exclusion list to the flow risk script
This commit is contained in:
parent
042bfffe7f
commit
711bcb21d0
2 changed files with 20 additions and 12 deletions
|
|
@ -24,12 +24,15 @@ local script = {
|
|||
-- NOTE: hooks defined below
|
||||
hooks = {},
|
||||
|
||||
is_alert = true,
|
||||
|
||||
gui = {
|
||||
i18n_title = "flow_callbacks_config.flow_risk",
|
||||
i18n_description = "flow_callbacks_config.flow_risk_description",
|
||||
input_builder = "multi_select",
|
||||
i8n_multiselect_label = i18n("flow_callbacks_config.flow_risk_list"),
|
||||
|
||||
},
|
||||
--------------------------------------------------------
|
||||
-- Old item list, not currently used --
|
||||
--[[
|
||||
groups = {
|
||||
{
|
||||
elements = {
|
||||
|
|
@ -70,7 +73,11 @@ local script = {
|
|||
21,22,23,24
|
||||
},
|
||||
},
|
||||
|
||||
]]
|
||||
-------------------------------------------------------
|
||||
filter = {
|
||||
default_filters = {}
|
||||
},
|
||||
}
|
||||
|
||||
-- #################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue