mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Reorganized periodic scripts
This commit is contained in:
parent
6bbe815b57
commit
e92135e776
60 changed files with 1128 additions and 2377 deletions
|
|
@ -7,6 +7,12 @@ package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|||
require "lua_utils"
|
||||
local checks = require("checks")
|
||||
|
||||
--
|
||||
-- This script is used to by the SyslogLuaEngine class to setup syslog collection
|
||||
-- and handle incoming events via the handleEvent() callback. This script
|
||||
-- lives on a private Lua VM (see lua_pcall in SyslogLuaEngine::SyslogLuaEngine()M
|
||||
--
|
||||
|
||||
local syslog_modules = nil
|
||||
local syslog_conf = nil
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue