Cosmetic fixes

This commit is contained in:
Luca Deri 2022-01-21 16:56:07 +01:00
parent f643269e49
commit cc04fd46e8
3 changed files with 16 additions and 3 deletions

View file

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