-
Notifications
You must be signed in to change notification settings - Fork 26
/
simple.json
43 lines (43 loc) · 1.27 KB
/
simple.json
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
{
"receiver": "admins",
"status": "firing",
"alerts": [
{
"status": "firing",
"labels": {
"alertname": "something_happend",
"env": "prod",
"instance": "server01.int:9100",
"job": "node",
"service": "prometheus_bot",
"severity": "warning",
"supervisor": "runit"
},
"annotations": {
"summary": "Oops, something happend!"
},
"startsAt": "2016-04-27T20:46:37.903Z",
"endsAt": "0001-01-01T00:00:00Z",
"generatorURL": "https://example.com/graph#..."
}
],
"groupLabels": {
"alertname": "something_happend",
"instance": "server01.int:9100"
},
"commonLabels": {
"alertname": "something_happend",
"env": "prod",
"instance": "server01.int:9100",
"job": "node",
"service": "prometheus_bot",
"severity": "warning",
"supervisor": "runit"
},
"commonAnnotations": {
"summary": "runit service prometheus_bot restarted, server01.int:9100"
},
"externalURL": "https://alert-manager.example.com",
"version": "3",
"groupKey": 43434343434343434343
}