mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix and cleanup defaul alert severities
This commit is contained in:
parent
3af95219ac
commit
08f95ee5cb
3 changed files with 1 additions and 5 deletions
|
|
@ -660,10 +660,6 @@ function plugins_utils.loadPlugins(community_plugins_only)
|
|||
-- Reload the periodic scripts to load the new plugins
|
||||
ntop.reloadPeriodicScripts()
|
||||
|
||||
-- Reload alerts configuration
|
||||
local alerts_config = require "alerts_config"
|
||||
alerts_config.initDefaultConfig()
|
||||
|
||||
-- Reload user scripts with their configurations
|
||||
local user_scripts = require "user_scripts"
|
||||
user_scripts.initDefaultConfig()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue