mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
parent
985f9371a0
commit
53ee09c4b3
2 changed files with 3 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ end
|
|||
|
||||
local function recipient2sendMessageSettings(recipient)
|
||||
local settings = {
|
||||
webhook = recipient.endpoint_conf.endpoint_conf.slack_webhook,
|
||||
sender_username = recipient.endpoint_conf.endpoint_conf.slack_sender_username,
|
||||
webhook = recipient.endpoint_conf.slack_webhook,
|
||||
sender_username = recipient.endpoint_conf.slack_sender_username,
|
||||
}
|
||||
|
||||
return settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue