mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Flow risk report improvemements
This commit is contained in:
parent
e315158c1d
commit
f4b25f30b3
5 changed files with 18 additions and 7 deletions
|
|
@ -6,10 +6,11 @@ local alert_keys = require "alert_keys"
|
|||
|
||||
-- #######################################################
|
||||
|
||||
local function createBATAlert(alert_severity)
|
||||
local function createBATAlert(alert_severity, url)
|
||||
local built = {
|
||||
alert_severity = alert_severity,
|
||||
alert_type_params = {
|
||||
url = url
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue