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
|
{
'receiver': 'web\\.hook\\.prometheusalert',
'status': 'firing',
'alerts': [{
'status': 'firing',
'labels': {
'alertname': '主机存活状态警告!',
'cloud': '乘风-Dev环境',
'instance': '192.168.82.105:9100',
'job': 'node_exporter',
'severity': '非常严重',
'team': 'ops'
},
'annotations': {
'description': '192.168.82.105:9100:服务器延时超过5分钟',
'summary': '192.168.82.105:9100:服务器宕机'
},
'startsAt': '2022-07-05T05:54:37.452Z',
'endsAt': '0001-01-01T00:00:00Z',
'generatorURL': 'http://prometheus-server.0101101300.fjf:9090/graph?g0.expr=up+%3D%3D+0&g0.tab=1',
'fingerprint': '4a890f7c225c3bef'
}],
'groupLabels': {
'instance': '192.168.82.105:9100'
},
'commonLabels': {
'alertname': '主机存活状态警告!',
'cloud': '乘风-Dev环境',
'instance': '192.168.82.105:9100',
'job': 'node_exporter',
'severity': '非常严重',
'team': 'ops'
},
'commonAnnotations': {
'description': '192.168.82.105:9100:服务器延时超过5分钟',
'summary': '192.168.82.105:9100:服务器宕机'
},
'externalURL': 'http://prometheus-server.0101101300.fjf:9093',
'version': '4',
'groupKey': '{}:{instance="192.168.82.105:9100"}',
'truncatedAlerts': 0
}
|