Implements scriptable SNMP devices alerts

This commit is contained in:
Simone Mainardi 2019-11-22 18:00:31 +01:00
parent 4f22c0d882
commit 188ec66c25
11 changed files with 240 additions and 78 deletions

View file

@ -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")