mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Implements scriptable SNMP devices alerts
This commit is contained in:
parent
4f22c0d882
commit
188ec66c25
11 changed files with 240 additions and 78 deletions
|
|
@ -26,5 +26,10 @@ interface.checkNetworksAlertsMin()
|
|||
-- checks the current interface alerts
|
||||
interface.checkInterfaceAlertsMin()
|
||||
|
||||
--require "snmp_utils"
|
||||
--run_5min_snmp_caching(600)
|
||||
--dofile(dirs.installdir .. "/pro/scripts/callbacks/system/5min.lua")
|
||||
--ntop.checkSNMPDeviceAlerts5Min()
|
||||
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/footer.lua")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue