mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Initial flows dbms api skeleton
This commit is contained in:
parent
4cbe45a948
commit
1c27af9b90
5 changed files with 123 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ dirs = ntop.getDirs()
|
|||
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/i18n/?.lua;" .. package.path
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/timeseries/?.lua;" .. package.path
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/flow_dbms/?.lua;" .. package.path
|
||||
|
||||
require "lua_trace"
|
||||
require "ntop_utils"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue