mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Removed reusable VMs
This commit is contained in:
parent
bc64da897e
commit
d8a1c63f48
13 changed files with 15 additions and 288 deletions
|
|
@ -1045,9 +1045,6 @@ local function saveConfigset(configset)
|
|||
local v = json.encode(configset)
|
||||
ntop.setCache(CONFIGSET_KEY, v)
|
||||
|
||||
-- Reload the periodic scripts as the configuration has changed
|
||||
ntop.reloadPeriodicScripts()
|
||||
|
||||
-- Reload flow and host callbacks executed in C++
|
||||
ntop.reloadFlowChecks()
|
||||
ntop.reloadHostChecks()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue