Alerting: Add additional customisation to ngalert MS Teams notifier (#46372)
Makes the Title and Section Title of the Teams message customisable. Closes #46366
This commit is contained in:
@@ -2226,7 +2226,7 @@ var expNonEmailNotifications = map[string][]string{
|
||||
"sections": [
|
||||
{
|
||||
"text": "**Firing**\n\nValue: [ var='A' labels={} value=1 ]\nLabels:\n - alertname = TeamsAlert\nAnnotations:\nSource: http://localhost:3000/alerting/grafana/UID_TeamsAlert/view\nSilence: http://localhost:3000/alerting/silence/new?alertmanager=grafana&matcher=alertname%3DTeamsAlert\n",
|
||||
"title": "Details"
|
||||
"title": ""
|
||||
}
|
||||
],
|
||||
"summary": "[FIRING:1] TeamsAlert ",
|
||||
|
||||
Reference in New Issue
Block a user