mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fix InfluxDB incorrect timestamp while performing queries
This commit is contained in:
parent
b552d48034
commit
82305dd24a
7 changed files with 40 additions and 14 deletions
|
|
@ -522,7 +522,7 @@ end
|
|||
-- ##############################################
|
||||
|
||||
function run(tester)
|
||||
if influxdb.db == nil then
|
||||
if influx2Series == nil then
|
||||
print("Skipping influx2Series tests. Enable InfluxDB export in order to test.<br/>")
|
||||
return(true)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue