ntopng/scripts/callbacks/system/hourly.lua
2021-01-02 12:08:23 +01:00

15 lines
346 B
Lua

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