Add ability to report resolved IP address for unreachable hosts

This commit is contained in:
emanuele-f 2020-04-27 15:46:03 +02:00
parent 7d98cc9dbe
commit 00c5e9f909
7 changed files with 28 additions and 15 deletions

View file

@ -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