mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Moved inactive hosts page to the new back end
This commit is contained in:
parent
7f8fd301aa
commit
87a3640870
15 changed files with 519 additions and 1236 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue