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
|
|
@ -78,7 +78,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_http(granularity)
|
||||
-- TODO: curl_multi_perform could be used to perform the requests
|
||||
-- asynchronously, see https://curl.haxx.se/libcurl/c/curl_multi_perform.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue