mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Unifies alerts generation format with flow statuses
This commit is contained in:
parent
2648ae372f
commit
efe4f9a8be
10 changed files with 42 additions and 31 deletions
|
|
@ -13,7 +13,7 @@ local alert_keys = require "alert_keys"
|
|||
local function buildExternal(alert_severity, info)
|
||||
local built = {
|
||||
alert_severity = alert_severity,
|
||||
info = info
|
||||
alert_type_params = info,
|
||||
}
|
||||
|
||||
return built
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue