mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Cosmetic fixes
This commit is contained in:
parent
f643269e49
commit
cc04fd46e8
3 changed files with 16 additions and 3 deletions
|
|
@ -884,9 +884,11 @@ end
|
|||
function am_utils.run_am_check(when, all_hosts, granularity)
|
||||
local hosts_am = {}
|
||||
local resolved_unreachable_hosts = {}
|
||||
when = when - (when % 60)
|
||||
local am_schema = am_utils.getAmSchemaForGranularity(granularity)
|
||||
|
||||
local do_trace = false
|
||||
|
||||
when = when - (when % 60)
|
||||
|
||||
if(do_trace) then
|
||||
print("[ActiveMonitoring] Script started\n")
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue