mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Fixes behavior anomaly alert key not found
This commit is contained in:
parent
fd40e51428
commit
47497ca666
5 changed files with 45 additions and 37 deletions
|
|
@ -106,7 +106,6 @@ end
|
|||
function network_alert_store:format_record(value, no_html)
|
||||
local record = self:format_json_record_common(value, alert_entities.network.entity_id, no_html)
|
||||
|
||||
local alert_id_label = alert_consts.alertTypeLabel(tonumber(value["alert_id"]), no_html)
|
||||
local alert_name = alert_consts.alertTypeLabel(tonumber(value["alert_id"]), no_html, alert_entities.network.entity_id)
|
||||
local alert_info = alert_utils.getAlertInfo(value)
|
||||
local msg = alert_utils.formatAlertMessage(ifid, value, alert_info)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue