Moved inactive hosts page to the new back end

This commit is contained in:
Matteo Biscosi 2024-11-08 18:18:49 +01:00
parent 7f8fd301aa
commit 87a3640870
15 changed files with 519 additions and 1236 deletions

View file

@ -241,6 +241,7 @@ local function getSchemaRetentionPolicy(schema, tstart, tend, options)
if schema.options.influx_internal_query then
return "raw"
end
tstart = tonumber(tstart)
options = options or {}
local first_aggr_time = tonumber(ntop.getPref(FIRST_AGGREGATION_TIME_KEY))