-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasicWebhookPayload.json
More file actions
61 lines (61 loc) · 2.12 KB
/
basicWebhookPayload.json
File metadata and controls
61 lines (61 loc) · 2.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"version": "4",
"groupKey": "",
"truncatedAlerts": 0,
"status": "firing",
"receiver": "<string>",
"groupLabels": {},
"commonLabels": {},
"commonAnnotations": {},
"externalURL": "https://something",
"alerts": [
{
"annotations": {
"description": "Pod customer/customer-test-service-9b75b488c-cpfd7 (test-service) is restarting 2.11 times / 10 minutes.",
"runbook_url": "https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md#alert-name-kubepodcrashlooping",
"summary": "Pod is crash looping."
},
"labels": {
"alertname": "KubePodCrashLooping",
"cluster": "cluster-main",
"container": "test-service",
"endpoint": "http",
"job": "kube-state-metrics",
"namespace": "customer",
"pod": "customer-test-service-9b75b488c-cpfd7",
"priority": "P0",
"prometheus": "monitoring/kube-prometheus-stack-prometheus",
"region": "us-west-1",
"replica": "0",
"service": "kube-prometheus-stack-kube-state-metrics",
"severity": "CRITICAL"
},
"startsAt": "2022-03-02T07:31:57.339Z",
"status": "firing"
},
{
"annotations": {
"description": "Pod customer/customer-test-service-9b75b488c-cpfd7 (test-service) is restarting 2.11 times / 10 minutes.",
"runbook_url": "https://github.com/kubernetes-monitoring/kubernetes-mixin/tree/master/runbook.md#alert-name-kubepodcrashlooping",
"summary": "Pod is crash looping."
},
"labels": {
"alertname": "NOOP_ALERT",
"cluster": "cluster-main",
"container": "test-service",
"endpoint": "http",
"job": "kube-state-metrics",
"namespace": "customer",
"pod": "customer-test-service-9b75b488c-cpfd7",
"priority": "P0",
"prometheus": "monitoring/kube-prometheus-stack-prometheus",
"region": "us-west-1",
"replica": "0",
"service": "kube-prometheus-stack-kube-state-metrics",
"severity": "CRITICAL"
},
"startsAt": "2022-03-02T07:31:57.339Z",
"status": "firing"
}
]
}