mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
parent
6daf449e31
commit
39d76d233d
7 changed files with 53 additions and 43 deletions
|
|
@ -10,9 +10,8 @@ local function remoteToRemoteFormatter(ifid, alert, info)
|
|||
return(i18n("alert_messages.host_remote_to_remote", {
|
||||
url = ntop.getHttpPrefix() .. "/lua/host_details.lua?host=" .. hostinfo2hostkey(hostkey2hostinfo(alert.alert_entity_val)),
|
||||
flow_alerts_url = ntop.getHttpPrefix() .."/lua/show_alerts.lua?status=historical-flows&alert_type="..alert_consts.alertType("alert_remote_to_remote"),
|
||||
mac_url = ntop.getHttpPrefix() .."/lua/mac_details.lua?host="..info.mac,
|
||||
ip = info.host,
|
||||
mac = get_symbolic_mac(info.mac, true),
|
||||
mac = get_mac_url(info.mac),
|
||||
}))
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue