mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Domain in blacklisted alerts
This commit is contained in:
parent
387543f8e9
commit
b4f849a51d
3 changed files with 5 additions and 2 deletions
|
|
@ -2620,9 +2620,10 @@ function formatBlacklistedFlow(status, flowstatus_info, alert)
|
|||
|
||||
-- if either the client or the server is blacklisted
|
||||
-- then also the category is blacklisted so there's no need
|
||||
-- to check it
|
||||
-- to check it.
|
||||
-- Domain is basically the union of DNS names, SSL CNs and HTTP hosts.
|
||||
if #who == 0 and flowstatus_info["blacklisted.cat"] then
|
||||
who[#who + 1] = i18n("category")
|
||||
who[#who + 1] = i18n("domain")
|
||||
end
|
||||
|
||||
if #who == 0 then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue