mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Move host log alerts to host alerts. Fix syslog alerts.
This commit is contained in:
parent
d78ce33cb0
commit
8dd0f903a1
7 changed files with 29 additions and 16 deletions
|
|
@ -46,8 +46,9 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
local function alertTypeDescription(v, entity_id)
|
||||
local alert_id = alert_consts.getAlertType(v, entity_id)
|
||||
local function alertTypeDescription(alert_key, entity_id)
|
||||
|
||||
local alert_id = alert_consts.getAlertType(alert_key, entity_id)
|
||||
|
||||
if(alert_id) then
|
||||
if alert_consts.alert_types[alert_id].format then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue