mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 01:10:10 +00:00
Users scripts api changes and initial documentation
This commit is contained in:
parent
e05f9aa4f4
commit
ffd3b4c1ee
57 changed files with 489 additions and 872 deletions
|
|
@ -8,7 +8,7 @@ package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|||
require "lua_utils"
|
||||
require "alert_utils"
|
||||
local callback_utils = require "callback_utils"
|
||||
local check_modules = require("check_modules")
|
||||
local user_scripts = require("user_scripts")
|
||||
|
||||
if (ntop.isPro()) then
|
||||
package.path = dirs.installdir .. "/pro/scripts/callbacks/interface/?.lua;" .. package.path
|
||||
|
|
@ -23,4 +23,4 @@ local _ifname = ifstats.name
|
|||
|
||||
-- ########################################################
|
||||
|
||||
check_modules.runPeriodicScripts("hour")
|
||||
user_scripts.runPeriodicScripts("hour")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue