Remove autorelease logic based on periodicity and update database schema

This commit is contained in:
emanuele-f 2019-07-12 12:45:02 +02:00
parent 85f4266f14
commit 5e0b8b496e
10 changed files with 44 additions and 129 deletions

View file

@ -21,10 +21,10 @@ dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
ntop.checkHostsAlertsMin()
-- checks the current networks alerts
-- ntop.checkNetworksAlertsMin()
ntop.checkNetworksAlertsMin()
-- checks the current interface alerts
-- interface.checkAlertsMin()
interface.checkAlertsMin()
--alerts_api.new_trigger(alerts_api.hostAlertEntity("192.168.1.1", 0), alerts_api.thresholdCrossType("min", "bytes", 500, ">", 0))