mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Handle host pool serialization (exception for backward compatibility).
Fix recipients add Initial work for alerts dispatching to recipients
This commit is contained in:
parent
befc2ec821
commit
7ffb4df9a6
11 changed files with 128 additions and 37 deletions
|
|
@ -20,7 +20,7 @@ function pools_rest_utils.add_pool(pools)
|
|||
local name = _POST["pool_name"]
|
||||
local members = _POST["pool_members"]
|
||||
local confset_id = _POST["confset_id"]
|
||||
local recipients = _POST["pool_recipients"]
|
||||
local recipients = _POST["recipients"]
|
||||
|
||||
sendHTTPHeader('application/json')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue