mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Lateral movement alert entity fixes
This commit is contained in:
parent
46572a96a0
commit
4ffe97f3b0
4 changed files with 4 additions and 13 deletions
|
|
@ -13,7 +13,7 @@ local json = require("dkjson")
|
|||
-- @param alert_granularity A granularity as defined in `alert_consts.alerts_granularities`
|
||||
-- @param last_error A string with the lastest influxdb error
|
||||
-- @return A table with the alert built
|
||||
local function createLateralMovementError(alert_severity, alert_granularity, alert_subtype, last_error)
|
||||
local function createLateralMovementError(alert_severity, alert_granularity, last_error)
|
||||
local threshold_type = {
|
||||
alert_severity = alert_severity,
|
||||
alert_subtype = alert_subtype,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue