mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added ntopng Enterprise XL support
This commit is contained in:
parent
a402867365
commit
45bcebd021
6 changed files with 40 additions and 13 deletions
|
|
@ -936,7 +936,7 @@ function am_utils.run_am_check(when, all_hosts, granularity)
|
|||
|
||||
if(do_trace) then
|
||||
print("[AM result] "..key.."\n")
|
||||
tprint(info)
|
||||
-- tprint(info)
|
||||
end
|
||||
|
||||
if jitter then jitter = round(jitter, 2) end
|
||||
|
|
@ -952,7 +952,7 @@ function am_utils.run_am_check(when, all_hosts, granularity)
|
|||
local ts_data = {ifid = getSystemInterfaceId(), host = host.host, metric = host.measurement, value = value}
|
||||
if(do_trace) then
|
||||
print("[Writing AM timeseries ")
|
||||
tprint(ts_data)
|
||||
-- tprint(ts_data)
|
||||
end
|
||||
|
||||
ts_utils.append(am_schema, ts_data, when)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue