mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +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
|
|
@ -23,7 +23,7 @@ end
|
|||
|
||||
sendHTTPContentTypeHeader('application/json')
|
||||
|
||||
local subdir = _POST["script_subdir"]
|
||||
local subdir = _POST["check_subdir"]
|
||||
local script_key = _POST["script_key"]
|
||||
local alert_exclusion_list = _POST['script_exclusion_list']
|
||||
|
||||
|
|
@ -42,7 +42,7 @@ if(table.empty(data)) then
|
|||
end
|
||||
|
||||
if(subdir == nil) then
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, "Missing 'script_subdir' parameter")
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, "Missing 'check_subdir' parameter")
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue