mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
alerts: Added Slack mrkdwn support in alert messages (#7202)
This commit is contained in:
committed by
Neil Lathwood
parent
6914666004
commit
4c3562ea0f
@@ -33,6 +33,7 @@ foreach( $opts as $tmp_api ) {
|
||||
'color' => $color,
|
||||
'title' => $obj['title'],
|
||||
'text' => $slack_msg,
|
||||
'mrkdwn_in' => ['text', 'fallback']
|
||||
)
|
||||
),
|
||||
'channel' => $tmp_api['channel'],
|
||||
|
||||
Reference in New Issue
Block a user