mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-04 09:50:09 +00:00
parent
812afd9862
commit
e4f40ec206
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ local script = {
|
|||
local function run_am_check(params, all_hosts, granularity)
|
||||
local hosts_am = {}
|
||||
local resolved_unreachable_hosts = {}
|
||||
local when = params.when
|
||||
local when = params.when - (params.when % 60)
|
||||
local am_schema = am_utils.getAmSchemaForGranularity(granularity)
|
||||
|
||||
if(do_trace) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue