mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
parent
d9bba4b4b2
commit
d3dda0bb82
38 changed files with 217 additions and 145 deletions
|
|
@ -89,7 +89,7 @@ local function processStoreAlertFromQueue(alert)
|
|||
elseif((alert.alert_type == "user_activity") and (alert.scope == "login")) then
|
||||
entity_info = alerts_api.userEntity(alert.user)
|
||||
type_info = alert_consts.alert_types.alert_user_activity.create(
|
||||
alert_consts.alert_severities.info,
|
||||
alert_consts.alert_severities.notice,
|
||||
"login",
|
||||
nil,
|
||||
nil,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue