mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implements info-based flow alert exclusion filters
This commit is contained in:
parent
f4dff6f2e7
commit
209a9be5e6
3 changed files with 33 additions and 7 deletions
|
|
@ -210,7 +210,7 @@ for k,v in ipairs(alerts) do
|
|||
|
||||
-- Checking if the filter column needs to be skipped
|
||||
if user_scripts.excludeScriptFilters(alert, record["column_confset_id"], record["column_script_key"], record["column_subdir"]) == false then
|
||||
record["column_filter"] = user_scripts.getFilterPreset(alert)
|
||||
record["column_filter"] = user_scripts.getFilterPreset(alert, alert_info)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue