mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Added debug print to VA
This commit is contained in:
parent
fdeb7c09fe
commit
f88f512ac2
3 changed files with 32 additions and 38 deletions
|
|
@ -69,7 +69,7 @@ function alert_vulnerability_scan.format(ifid, alert, alert_type_params)
|
|||
msg = msg .. i18n('vulnerability_scan_alert_solved_issues', { num_issues = alert_type_params.num_cve_solved, cve_solved = cve_solved }) .. " "
|
||||
end
|
||||
|
||||
return i18n('vulnerability_scan_alert', { msg = msg })
|
||||
return i18n('vulnerability_scan_alert', { host = alert_type_params.host, msg = msg })
|
||||
end
|
||||
|
||||
-- #######################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue