Created
February 4, 2026 12:52
-
-
Save des1roer/b2ebc772da829cae16696b6c996ae1af to your computer and use it in GitHub Desktop.
webhook.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "receiver": "test", | |
| "status": "firing", | |
| "alerts": [ | |
| { | |
| "status": "firing", | |
| "labels": { | |
| "alertname": "TestAlert", | |
| "instance": "Grafana" | |
| }, | |
| "annotations": { | |
| "summary": "Notification test" | |
| }, | |
| "startsAt": "2026-01-30T09:28:47.389940737Z", | |
| "endsAt": "0001-01-01T00:00:00Z", | |
| "generatorURL": "", | |
| "fingerprint": "57c6d9296de2ad39", | |
| "silenceURL": "https:\/\/grafana.webinar.ru:443\/alerting\/silence\/new?alertmanager=grafana&matcher=alertname%3DTestAlert&matcher=instance%3DGrafana", | |
| "dashboardURL": "", | |
| "panelURL": "", | |
| "values": null, | |
| "valueString": "[ metric='foo' labels={instance=bar} value=10 ]" | |
| } | |
| ], | |
| "groupLabels": { | |
| "alertname": "TestAlert", | |
| "instance": "Grafana" | |
| }, | |
| "commonLabels": { | |
| "alertname": "TestAlert", | |
| "instance": "Grafana" | |
| }, | |
| "commonAnnotations": { | |
| "summary": "Notification test" | |
| }, | |
| "externalURL": "https:\/\/grafana.webinar.ru:443\/", | |
| "version": "1", | |
| "groupKey": "test-57c6d9296de2ad39-1769765327", | |
| "truncatedAlerts": 0, | |
| "orgId": 2, | |
| "title": "[FIRING:1] TestAlert Grafana ", | |
| "state": "alerting", | |
| "message": "\ud83d\udd25 1 firing alert(s):\n\n\n\u041e\u043f\u0438\u0441\u0430\u043d\u0438\u0435: Notification test\n\n\n" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment