alerting-irm
Installation
SKILL.md
Grafana Alerting & IRM
Common Workflows
Provisioning a new alert end-to-end
- Create contact points (where notifications go):
Verify:curl -X POST https://grafana.example.com/api/v1/provisioning/contact-points \ -H 'Authorization: Bearer <token>' -H 'Content-Type: application/json' \ -d @contact-points.jsoncurl https://grafana.example.com/api/v1/provisioning/contact-points \ -H 'Authorization: Bearer <token>' | jq '.[].name'