Fix interface RRD overlap between mining category and application

Interface categories are now placed under the ndpi_categories rrd subfolder. Existing data is migrated.
This commit is contained in:
emanuele-f 2019-05-16 00:13:43 +02:00
parent ace94bd786
commit 3e612869a5
5 changed files with 44 additions and 12 deletions

View file

@ -90,6 +90,11 @@ end
-- ##############################################
function run(tester)
if influxdb.db == nil then
print("Skipping influx_query tests. Enable InfluxDB export in order to test.<br/>")
return(true)
end
local rv = tester.run_test("influx_query:test_simple_derivative", test_simple_derivative)
return rv