Refactors script_categories into check_categories (c++ and lua)

This commit is contained in:
Simone Mainardi 2021-06-16 18:43:55 +02:00
parent 9cc3162513
commit e33af8a23c
110 changed files with 208 additions and 208 deletions

View file

@ -7,4 +7,4 @@ package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
local alert_rest_utils = require "alert_rest_utils"
alert_rest_utils.delete_all_alert_exclusions(_POST["script_subdir"], _POST["host"])
alert_rest_utils.delete_all_alert_exclusions(_POST["check_subdir"], _POST["host"])