mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Pools configuration in Recipients (WIP)
This commit is contained in:
parent
6c9dd9f7df
commit
dcd23241c7
17 changed files with 263 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue