mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implement interface alert handler
This commit is contained in:
parent
55aefd7629
commit
e8d8a25806
2 changed files with 23 additions and 20 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue