mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Add IPv6 support in HTTP monitor and don't follow the redirects
Fixes #3560 Fixes #3554
This commit is contained in:
parent
944da5e10b
commit
26520abf34
6 changed files with 31 additions and 9 deletions
|
|
@ -58,7 +58,7 @@ function rtt_utils.key2label(key)
|
|||
if(probe_type == "icmp") then
|
||||
return string.format("%s [%s] (%s)", parts[1], iplabel, i18n("icmp"))
|
||||
elseif (probe_type == "http_get") then
|
||||
return string.format("%s (%s)", unescapeHttpHost(parts[1]), i18n("system_stats.http_get"))
|
||||
return string.format("%s [%s] (%s)", unescapeHttpHost(parts[1]), iplabel, i18n("system_stats.http_get"))
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue