Veirox
Grafana Alerting

Turn every Grafana alert into
an AI-led investigation.

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

Grafana v1 signature verified

Full grafana_v1 HMAC signature support — no spoofed alerts.

Dashboard-aware

Uses your existing context

generatorURL, folder, and labels flow straight into the agent prompt.

Terraform-ready

Provision via IaC

The console ships a ready-to-paste grafana_contact_point HCL block.

Setup · 3 steps

Contact point wired in a minute.

1

Configure the webhook in Veirox

Open /console/webhooks, pick Grafana Alerting, and optionally start from the AlertManager triage template (works verbatim for Grafana firing payloads too).

2

Add a contact point

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>"
  }
}
3

Attach it to a notification policy

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.

Ship it in a minute.

Configure in the console

Also available: AlertManager · PagerDuty · all 9 providers