mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Refactors user_scripts into checks (lua)
This commit is contained in:
parent
3c3aa5a25f
commit
76fd315d1b
222 changed files with 980 additions and 981 deletions
|
|
@ -35,7 +35,7 @@ end
|
|||
local response = {}
|
||||
local recipient_id = _POST["recipient_id"]
|
||||
local recipient_name = _POST["recipient_name"]
|
||||
local categories = recipients_rest_utils.parse_user_script_categories(_POST["recipient_user_script_categories"])
|
||||
local categories = recipients_rest_utils.parse_check_categories(_POST["recipient_check_categories"])
|
||||
local minimum_severity = recipients_rest_utils.parse_minimum_severity(_POST["recipient_minimum_severity"])
|
||||
local bind_to_all_pools = _POST["bind_to_all_pools"] == "true"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue