mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Implemented lua caching to speedump hostname and interface mapping lookup
This commit is contained in:
parent
8d13fe3411
commit
e0e4e8ea96
11 changed files with 817 additions and 600 deletions
|
|
@ -34,6 +34,7 @@ local blog_utils = require("blog_utils")
|
|||
local vs_utils = require "vs_utils"
|
||||
local drop_host_pool_utils = require "drop_host_pool_utils"
|
||||
local json = require "dkjson"
|
||||
local cache_utils = require "cache_utils"
|
||||
|
||||
-- ##################################################################
|
||||
|
||||
|
|
@ -385,4 +386,6 @@ ntop.reloadServersConfiguration()
|
|||
ntop.reloadASNConfiguration()
|
||||
ts_utils.runFirstSetup()
|
||||
|
||||
cache_utils.initialize()
|
||||
|
||||
traceError(TRACE_NORMAL, TRACE_CONSOLE, "Completed startup.lua")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue