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
| {
"receiver": "webhook",
"status": "firing",
"alerts": [{
"status": "firing",
"labels": {
"alertname": "InstanceDown",
"instance": "192.168.8.32:9110",
"job": "node",
"role": "api",
"service": "node"
},
"annotations": {
"description": "192.168.8.32:9110: job node has been down vlaue==0",
"summary": "192.168.8.32:9110: has been down"
},
"startsAt": "2019-07-25T21:55:13.352482605+08:00",
"endsAt": "0001-01-01T00:00:00Z",
"generatorURL": "http://zy-tw-tianxia-prod-prometheus01:19090/graph?g0.expr=up+%3D%3D+0\u0026g0.tab=1"
}, {
"status": "firing",
"labels": {
"alertname": "InstanceDown",
"instance": "192.168.8.34:9110",
"job": "node",
"role": "api",
"service": "node"
},
"annotations": {
"description": "192.168.8.34:9110: job node has been down vlaue==0",
"summary": "192.168.8.34:9110: has been down"
},
"startsAt": "2019-07-25T21:53:13.352482605+08:00",
"endsAt": "0001-01-01T00:00:00Z",
"generatorURL": "http://zy-tw-tianxia-prod-prometheus01:19090/graph?g0.expr=up+%3D%3D+0\u0026g0.tab=1"
}],
"groupLabels": {
"alertname": "InstanceDown"
},
"commonLabels": {
"alertname": "InstanceDown",
"job": "node",
"role": "api",
"service": "node"
},
"commonAnnotations": {},
"externalURL": "http://zy-tw-tianxia-prod-prometheus01:9093",
"version": "4",
"groupKey": "{}:{alertname=\"InstanceDown\"}"
}
|