mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Fixes missing imports
This commit is contained in:
parent
dbf4bf2a2b
commit
0cf2233687
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
-- (C) 2021 - ntop.org
|
||||
--
|
||||
|
||||
local dirs = ntop.getDirs()
|
||||
-- NOTE: use the slim utils version here
|
||||
require("ntop_utils")
|
||||
|
||||
|
|
|
|||
|
|
@ -1864,6 +1864,7 @@ local function isCompatibleVersion(version)
|
|||
end
|
||||
|
||||
function driver.init(dbname, url, days_retention, username, password, verbose)
|
||||
require "lua_utils"
|
||||
local timeout = getInfluxDBQueryTimeout()
|
||||
|
||||
-- Check version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue