mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-07 13:48:33 +00:00
16 lines
458 B
Lua
16 lines
458 B
Lua
--
|
|
-- (C) 2013-18 - ntop.org
|
|
--
|
|
|
|
local dirs = ntop.getDirs()
|
|
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|
|
|
local remote_assistance = require "remote_assistance"
|
|
local lists_utils = require "lists_utils"
|
|
local system_scripts = require("system_scripts_utils")
|
|
|
|
-- ########################################################
|
|
|
|
remote_assistance.checkExpiration()
|
|
lists_utils.downloadLists()
|
|
system_scripts.runTask("hourly", when)
|