zulip/zerver/webhooks/alertmanager/fixtures/alert.json

52 lines
1.8 KiB
JSON

{
"receiver": "ops-zulip",
"status": "firing",
"groupLabels": {},
"commonLabels": {
"alertname": "High CPU Temperature",
"severity": "critical"
},
"commonAnnotations": {
"summary": "High CPU core temperature"
},
"externalURL": "http://ops1:9093",
"version": "4",
"groupKey": "{}/{}:{}",
"alerts": [
{
"status": "firing",
"labels": {
"alertname": "High CPU Temperature",
"host": "andromeda",
"severity": "critical"
},
"annotations": {
"description": "CPU core temperature is 34.75C",
"topic": "andromeda",
"summary": "High CPU core temperature"
},
"startsAt": "2020-02-06T00:17:58.432911368Z",
"endsAt": "0001-01-01T00:00:00Z",
"generatorURL": "http://cobalt:9090/graph?g0.expr=avg+by%28host%29+%28sensors_temp_input%7Bfeature%3D~%22core_%5B0-9%5D%2B%22%7D%29+%3E+15&g0.tab=1",
"fingerprint": "a1bc48475b20e73d"
},
{
"status": "firing",
"labels": {
"alertname": "High CPU Temperature",
"host": "andromeda",
"severity": "critical"
},
"annotations": {
"description": "CPU core temperature is 17.625C",
"topic": "andromeda",
"summary": "High CPU core temperature"
},
"startsAt": "2020-02-06T00:17:58.432911368Z",
"endsAt": "0001-01-01T00:00:00Z",
"generatorURL": "http://cobalt:9090/graph?g0.expr=avg+by%28host%29+%28sensors_temp_input%7Bfeature%3D~%22core_%5B0-9%5D%2B%22%7D%29+%3E+15&g0.tab=1",
"fingerprint": "c2ea85182f28cbd9"
}
]
}