mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removes a debug print
This commit is contained in:
parent
457af5d222
commit
95d27351af
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ function alerts_api.checkThresholdAlert(params, alert_type, value, attacker, vic
|
|||
local op_fn = user_scripts.operator_functions[threshold_config.operator] or user_scripts.operator_functions.gt
|
||||
if op_fn and op_fn(value, threshold) then alarmed = true end
|
||||
|
||||
tprint({params.cur_alerts, alert_type.meta, params.granularity, script.key --[[ the subtype--]], alarmed})
|
||||
-- tprint({params.cur_alerts, alert_type.meta, params.granularity, script.key --[[ the subtype--]], alarmed})
|
||||
|
||||
local alert = alert_type.new(
|
||||
params.user_script.key,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue