Alerting: Update alerting module to b7821017d69f2e31500fc0e49cd0ba3b85372a1b (#115767)
* [create-pull-request] automated change * Fix tests --------- Co-authored-by: alexander-akhmetov <1875873+alexander-akhmetov@users.noreply.github.com> Co-authored-by: Alexander Akhmetov <me@alx.cx>
This commit is contained in:
co-authored by
alexander-akhmetov
Alexander Akhmetov
parent
e3bc61e7d2
commit
79ca4e5aec
@@ -2470,7 +2470,7 @@ var expNonEmailNotifications = map[string][]string{
|
||||
"title_link": "http://localhost:3000/alerting/grafana/UID_SlackAlert1/view?orgId=1",
|
||||
"text": "Integration Test ",
|
||||
"fallback": "Integration Test [FIRING:1] SlackAlert1 (default)",
|
||||
"footer": "Grafana v",
|
||||
"footer": "Grafana",
|
||||
"footer_icon": "https://grafana.com/static/assets/img/fav32.png",
|
||||
"color": "#D63232",
|
||||
"ts": %s,
|
||||
@@ -2490,7 +2490,7 @@ var expNonEmailNotifications = map[string][]string{
|
||||
"title_link": "http://localhost:3000/alerting/grafana/UID_SlackAlert2/view?orgId=1",
|
||||
"text": "**Firing**\n\nValue: A=1\nLabels:\n - alertname = SlackAlert2\n - grafana_folder = default\nAnnotations:\nSource: http://localhost:3000/alerting/grafana/UID_SlackAlert2/view?orgId=1\nSilence: http://localhost:3000/alerting/silence/new?alertmanager=grafana&matcher=__alert_rule_uid__%%3DUID_SlackAlert2&orgId=1\n",
|
||||
"fallback": "[FIRING:1] SlackAlert2 (default)",
|
||||
"footer": "Grafana v",
|
||||
"footer": "Grafana",
|
||||
"footer_icon": "https://grafana.com/static/assets/img/fav32.png",
|
||||
"color": "#D63232",
|
||||
"ts": %s,
|
||||
|
||||
@@ -2699,6 +2699,24 @@
|
||||
"secure": false,
|
||||
"dependsOn": "",
|
||||
"subformOptions": null
|
||||
},
|
||||
{
|
||||
"element": "input",
|
||||
"inputType": "text",
|
||||
"label": "Footer",
|
||||
"description": "Templated footer of the slack message",
|
||||
"placeholder": "{{ template \"slack.default.footer\" . }}",
|
||||
"propertyName": "footer",
|
||||
"selectOptions": null,
|
||||
"showWhen": {
|
||||
"field": "",
|
||||
"is": ""
|
||||
},
|
||||
"required": false,
|
||||
"validationRule": "",
|
||||
"secure": false,
|
||||
"dependsOn": "",
|
||||
"subformOptions": null
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -7017,6 +7017,24 @@
|
||||
"secure": false,
|
||||
"dependsOn": "",
|
||||
"subformOptions": null
|
||||
},
|
||||
{
|
||||
"element": "input",
|
||||
"inputType": "text",
|
||||
"label": "Footer",
|
||||
"description": "Templated footer of the slack message",
|
||||
"placeholder": "{{ template \"slack.default.footer\" . }}",
|
||||
"propertyName": "footer",
|
||||
"selectOptions": null,
|
||||
"showWhen": {
|
||||
"field": "",
|
||||
"is": ""
|
||||
},
|
||||
"required": false,
|
||||
"validationRule": "",
|
||||
"secure": false,
|
||||
"dependsOn": "",
|
||||
"subformOptions": null
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user