mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Add ability to report resolved IP address for unreachable hosts
This commit is contained in:
parent
7d98cc9dbe
commit
00c5e9f909
7 changed files with 28 additions and 15 deletions
|
|
@ -64,7 +64,7 @@ end
|
|||
-- measurement. The keys of the table are the host key. The values have the following format:
|
||||
-- table
|
||||
-- resolved_addr: (optional) the resolved IP address of the host
|
||||
-- value: the measurement numeric value
|
||||
-- value: (optional) the measurement numeric value. If unspecified, the host is still considered unreachable.
|
||||
local function collect_speedtest(granularity)
|
||||
return(collected_results)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue