mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fixes behavior alert not triggered
This commit is contained in:
parent
c3e960fa11
commit
6c063fbfa8
1 changed files with 1 additions and 1 deletions
|
|
@ -844,7 +844,7 @@ function alert_utils.formatBehaviorAlert(params, anomalies, stats, id, subtype,
|
|||
upper_bound = anomaly_table["formatter"](upper_bound)
|
||||
end
|
||||
|
||||
local alert = stats[anomaly_type].alert.new(i18n(subtype .. "_id", {
|
||||
local alert = anomaly_table.alert.new(i18n(subtype .. "_id", {
|
||||
id = name or id
|
||||
}), anomaly_type, value, lower_bound, upper_bound, anomaly_table["entity_id"], id, anomaly_table["extra_params"])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue