ntopng/scripts/callbacks/system/hourly.lua
Matteo Biscosi c62c2c232e Removed useless requires for enchanting performances
Removed, where it was possible, the lua requires, with the objective of enchanting the performances of periodic activities
2021-02-23 10:51:50 +01:00

15 lines
327 B
Lua

--
-- (C) 2013-21 - ntop.org
--
local dirs = ntop.getDirs()
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
local lists_utils = require "lists_utils"
-- ########################################################
lists_utils.downloadLists()
-- Run hourly scripts
ntop.checkSystemScriptsHour()