mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
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:
parent
ace94bd786
commit
3e612869a5
5 changed files with 44 additions and 12 deletions
|
|
@ -522,6 +522,11 @@ end
|
|||
-- ##############################################
|
||||
|
||||
function run(tester)
|
||||
if influxdb.db == nil then
|
||||
print("Skipping influx2Series tests. Enable InfluxDB export in order to test.<br/>")
|
||||
return(true)
|
||||
end
|
||||
|
||||
local rv = tester.run_test("influx2Series:test_sampling1", test_sampling1)
|
||||
rv = tester.run_test("influx2Series:test_datafill1", test_datafill1) and rv
|
||||
rv = tester.run_test("influx2Series:test_datafill2", test_datafill2) and rv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue