mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Add endpoints for exporting pools (wip) and all configurations. Improve the import API to import modules in order. (#4475)
This commit is contained in:
parent
a6acd8e317
commit
50411c94e4
14 changed files with 340 additions and 15 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
package.path = dirs.installdir .. "/am/lua/modules/import_export/?.lua;" .. package.path
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/import_export/?.lua;" .. package.path
|
||||
require "lua_utils"
|
||||
local import_export = require "import_export"
|
||||
local json = require "dkjson"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue