Implement interface alert handler

This commit is contained in:
emanuele-f 2019-07-08 11:08:08 +02:00
parent 55aefd7629
commit e8d8a25806
2 changed files with 23 additions and 20 deletions

View file

@ -19,5 +19,8 @@ dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
-- checks all the hosts of the current interface (TODO: iterate all interfaces)
ntop.checkHostsAlertsMin()
-- checks the current interface alerts
interface.checkAlertsMin()
dofile(dirs.installdir .. "/scripts/lua/inc/footer.lua")