Reworks reload of in-mem preferences and runtimeprefs.json dump

This commit is contained in:
Simone Mainardi 2020-10-13 12:49:48 +02:00
parent 3912459892
commit 5b878a2a7a
10 changed files with 115 additions and 34 deletions

View file

@ -1733,7 +1733,6 @@ function alert_utils.disableAlertsGeneration()
-- Ensure we do not conflict with others
ntop.setPref("ntopng.prefs.disable_alerts_generation", "1")
ntop.reloadPreferences()
if(verbose) then io.write("[Alerts] Disable done\n") end
end