Wire your Grafana contact point to Veirox and get a triage agent on every firing alert — with full access to your dashboards, runbooks, and historical context.
Native integration
Full grafana_v1 HMAC signature support — no spoofed alerts.
Dashboard-aware
generatorURL, folder, and labels flow straight into the agent prompt.
Terraform-ready
The console ships a ready-to-paste grafana_contact_point HCL block.
Setup · 3 steps
Open /console/webhooks, pick Grafana Alerting, and optionally start from the AlertManager triage template (works verbatim for Grafana firing payloads too).
Grafana → Alerting → Contact points → New contact point → Type: Webhook. Fields:
URL: https://ops.example.com/api/webhooks/<task_id>
HTTP method: POST
Authorization credentials: <webhook-token>
Authorization scheme: Bearer
Or with Terraform:
resource "grafana_contact_point" "veirox" {
name = "veirox"
webhook {
url = "https://ops.example.com/api/webhooks/<task_id>"
http_method = "POST"
authorization_scheme = "Bearer"
authorization_credentials = "<webhook-token>"
}
}
Route specific label sets (e.g. severity=critical) to the Veirox contact point. Test from the Contact point page — the console's live waiting card turns green as soon as the first event lands.
Also available: AlertManager · PagerDuty · all 9 providers