Removed recipient selection from pools. Only severity and category are used as filters now. New filtering based on pool to be done.

This commit is contained in:
Alfredo Cardigliano 2022-02-18 11:45:16 +01:00
parent f5178d4329
commit 29c0ba4594
28 changed files with 110 additions and 707 deletions

View file

@ -1,10 +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 pools_rest_utils = require "pools_rest_utils"
pools_rest_utils.get_all_instances_pools_by_recipient(tonumber(_GET["recipient_id"]))