mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Remove autorelease logic based on periodicity and update database schema
This commit is contained in:
parent
85f4266f14
commit
5e0b8b496e
10 changed files with 44 additions and 129 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue