mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09: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
|
|
@ -88,6 +88,12 @@ end
|
|||
function driver:deleteOldData(ifid)
|
||||
end
|
||||
|
||||
--! @brief This is called when some driver configuration changes.
|
||||
--! @param ts_utils: a reference to the ts_utils module
|
||||
--! @return true if operation was successful, false otherwise.
|
||||
function driver:setup(ts_utils)
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
return driver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue