Pools configuration in Recipients (WIP)

This commit is contained in:
Alfredo Cardigliano 2022-02-22 18:33:09 +01:00
parent 6c9dd9f7df
commit dcd23241c7
17 changed files with 263 additions and 43 deletions

View file

@ -469,7 +469,8 @@ function endpoints.add_configs_with_recipients(configs)
ret = recipients.add_recipient(ret.endpoint_id, endpoint_recipient_name,
check_categories, minimum_severity,
false, -- Not necessary to bind to every pool: the restore takes care of tis automatically
{}, -- Host pools - restore should take care of this automatically
{}, -- Interface pools - restore should take care of this automatically
recipient_params)
if not ret or not ret.status or ret.status ~= "OK" then