mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-06 03:45:26 +00:00
Refactors script_categories into check_categories (c++ and lua)
This commit is contained in:
parent
9cc3162513
commit
e33af8a23c
110 changed files with 208 additions and 208 deletions
|
|
@ -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"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue