Remove host_pool pool

This commit is contained in:
Alfredo Cardigliano 2022-02-23 12:40:20 +01:00
parent c3a5950c6f
commit c1ef1bb9f4
14 changed files with 9 additions and 175 deletions

View file

@ -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)