Slide 9
Slide 9 text
MackerelのWebHookを
{
"orgName": "myorg",
"event": "alert",
"imageURL": "https://mackerel.io/embed/public/alert/xxxxx.png",
"alert": {
"monitorName": "
監視XXX",
"url": "https://mackerel.io/orgs/myorg/alerts/yyyy",
"isOpen": true,
"id": "1234",
"status": "critical"
}
}
↓ Grafana OnCallのWebHookに変換 ↓
{
"alert_uid": "1234",
"title": "[myorg]
監視XXX is critical",
"image_url": "https://mackerel.io/embed/public/alert/xxxxx.png",
"link_to_upstream_details": "https://mackerel.io/orgs/myorg/alerts/yyyy",
"state": "alerting"
}