mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09: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
|
|
@ -19,6 +19,7 @@ local format_utils = require "format_utils"
|
|||
local alerts_api = require "alerts_api"
|
||||
local icmp_utils = require "icmp_utils"
|
||||
local flow_risk_utils = require "flow_risk_utils"
|
||||
require "check_redis_prefs"
|
||||
|
||||
local shaper_utils = nil
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue