mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Add flow and host remediation.
This commit is contained in:
parent
183d89c216
commit
74ec6975b4
8 changed files with 531 additions and 3 deletions
|
|
@ -436,6 +436,8 @@ function alert_utils.formatFlowAlertMessage(ifid, alert, alert_json, add_score,
|
|||
end--]]
|
||||
end
|
||||
|
||||
msg = string.format("%s %s",msg, flow_risk_utils.get_remediation_documentation_link(alert.alert_id))
|
||||
|
||||
return msg or ""
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue