mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
new ids alert type and configuration
This commit is contained in:
parent
3bb830d23e
commit
96954bdabb
11 changed files with 30 additions and 4 deletions
|
|
@ -2629,6 +2629,7 @@ function getFlowStatus(status, flowstatus_info, alert, no_icon)
|
|||
elseif(status == 18) then res = warn_sign..formatElephantFlowAlert(flowstatus_info, false --[[ remote 2 local --]])
|
||||
elseif(status == 19) then res = warn_sign..formatLongLivedFlowAlert(flowstatus_info)
|
||||
elseif(status == 20) then res = warn_sign..i18n("flow_details.not_purged")
|
||||
elseif(status == 21) then res = warn_sign..i18n("flow_details.ids_alert")
|
||||
end
|
||||
|
||||
return res
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue