mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Renames alert_config to user_script_config
This commit is contained in:
parent
61ab06fcd7
commit
3144bc8bdf
12 changed files with 16 additions and 16 deletions
|
|
@ -841,7 +841,7 @@ end
|
|||
-- TODO document
|
||||
function alerts_api.checkThresholdAlert(params, alert_type, value)
|
||||
local script = params.user_script
|
||||
local threshold_config = params.alert_config
|
||||
local threshold_config = params.user_script_config
|
||||
local alarmed = false
|
||||
|
||||
local threshold_type = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue