mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Load new configsets while loading user scripts
Hosts/SNMP devices will be handled separately
This commit is contained in:
parent
a134ddfbc0
commit
f62aa15117
7 changed files with 59 additions and 14 deletions
|
|
@ -71,7 +71,7 @@ if(script.gui) then
|
|||
end
|
||||
end
|
||||
|
||||
local hooks_config = user_scripts.getConfigsetHooksConf(config_set, script, subdir)
|
||||
local hooks_config = user_scripts.getConfigsetHooksConf(config_set, script)
|
||||
|
||||
for hook, config in pairs(hooks_config) do
|
||||
local granularity_info = alert_consts.alerts_granularities[hook]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue