mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removing lua utils in storage utils (#8227)
* Removing lua_utils from storage_utils * Remove profiling * Add missing requires for the 'flowinfo2hostname' method. * Move clickhouseSupport check to check_redis_prefs
This commit is contained in:
parent
7cf91395df
commit
1e9524d483
19 changed files with 109 additions and 96 deletions
|
|
@ -11,8 +11,6 @@ if ntop.isEnterpriseM() or ntop.isnEdgeEnterprise() then
|
|||
package.path = dirs.installdir .. "/pro/scripts/lua/modules/?.lua;" .. package.path
|
||||
end
|
||||
|
||||
require "lua_utils"
|
||||
|
||||
local json = require("dkjson")
|
||||
local rrd_utils = require "rrd_utils"
|
||||
local recording_utils = require "recording_utils"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue