Implement initial InfluxDB rollup support

Currently disabled, enable with
  redis-cli set ntopng.prefs.beta_rollup 1
This commit is contained in:
emanuele-f 2019-01-31 12:01:00 +01:00
parent 314feb4a7b
commit 229c3b13c9
8 changed files with 160 additions and 5 deletions

View file

@ -149,6 +149,10 @@ if(haveAdminPrivileges()) then
recording_utils.setLicense(_POST["n2disk_license"])
end
if _POST["timeseries_driver"] ~= nil then
ts_utils.setupAgain()
end
local slack_channels_key = "ntopng.prefs.alerts.slack_channels"
for k, v in pairs(_POST) do