mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Cleanup remaining references to RTT
This commit is contained in:
parent
241a0bc2e8
commit
0be2da4f57
26 changed files with 253 additions and 254 deletions
|
|
@ -2058,7 +2058,7 @@ function alert_utils.formatAlertMessage(ifid, alert, alert_json)
|
|||
end
|
||||
|
||||
if(msg) then
|
||||
if(alert_consts.getAlertType(alert.alert_type) == "alert_ping_issues") then
|
||||
if(alert_consts.getAlertType(alert.alert_type) == "alert_am_threshold_cross") then
|
||||
local plugins_utils = require "plugins_utils"
|
||||
local active_monitoring_utils = plugins_utils.loadModule("active_monitoring", "am_utils")
|
||||
local host = active_monitoring_utils.key2host(alert.alert_entity_val)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue