mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implement initial InfluxDB rollup support
Currently disabled, enable with redis-cli set ntopng.prefs.beta_rollup 1
This commit is contained in:
parent
314feb4a7b
commit
229c3b13c9
8 changed files with 160 additions and 5 deletions
|
|
@ -224,6 +224,7 @@ end
|
|||
function callback_utils.uploadTSdata()
|
||||
local ts_utils = require("ts_utils_core")
|
||||
local drivers = ts_utils.listActiveDrivers()
|
||||
ts_utils.setup()
|
||||
|
||||
for _, driver in ipairs(drivers) do
|
||||
driver:export()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue