mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Implements RESTful API to get/add/edit/delete active monitoring pools
This commit is contained in:
parent
44535d99a7
commit
b62fc9de77
5 changed files with 26 additions and 48 deletions
|
|
@ -4,6 +4,8 @@
|
|||
|
||||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/pools/?.lua;" .. package.path
|
||||
|
||||
require "lua_utils" -- needed by am_utils
|
||||
local plugins_utils = require "plugins_utils"
|
||||
local am_utils = plugins_utils.loadModule("active_monitoring", "am_utils")
|
||||
local base_pools = require "base_pools"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue