mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
Remove host_pool pool
This commit is contained in:
parent
c3a5950c6f
commit
c1ef1bb9f4
14 changed files with 9 additions and 175 deletions
|
|
@ -1,12 +0,0 @@
|
|||
--
|
||||
-- (C) 2013-22 - ntop.org
|
||||
--
|
||||
|
||||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/pools/?.lua;" .. package.path
|
||||
|
||||
local host_pool_pools = require "host_pool_pools"
|
||||
local pools_rest_utils = require "pools_rest_utils"
|
||||
|
||||
pools_rest_utils.get_pools(host_pool_pools)
|
||||
Loading…
Add table
Add a link
Reference in a new issue