Skip to main content

Grafana

Fluidify Regen supports Grafana Unified Alerting (Grafana v9+). Grafana uses a webhook format similar to Prometheus Alertmanager with some additional fields.

Webhook URL

Grafana configuration

  1. In Grafana, go to Alerting → Contact points
  2. Click Add contact point
  3. Set Name to Fluidify Regen
  4. Set Integration to Webhook
  5. Set URL to your webhook URL
  6. Click Test to send a test alert
  7. Click Save contact point
Then add it to a notification policy:
  1. Go to Alerting → Notification policies
  2. Edit the default policy or add a new one
  3. Set Default contact point to Fluidify Regen

How alert fields map to Regen

Example payload

Legacy Grafana alerting (v8 and below)

Grafana v8 and below use a different payload format. Use the Generic webhook source instead:
See Generic webhook for the schema.