mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Use a single file for timeseries export
This commit is contained in:
parent
42083f1865
commit
2b15b65f37
9 changed files with 213 additions and 111 deletions
|
|
@ -242,7 +242,7 @@ function callback_utils.uploadTSdata()
|
|||
end
|
||||
|
||||
while(true) do
|
||||
local fname = ntop.lpopCache("ntopng.ts_file_queue")
|
||||
local fname = ntop.lpopCache("ntopng.influx_file_queue")
|
||||
local ret
|
||||
|
||||
if((fname == nil) or (fname == "")) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue