Grafana

Receive alert notifications from Grafana alerting rules.

InboundMonitoring & Observability
Start Free Trial

Quick Setup

Copy Webhook URL

Go to your Alert24 dashboard and copy the webhook URL for Grafana.

Configure Grafana

Add the webhook URL in your Grafana settings.

Auto-Detected

Alert24 auto-detects Grafana payloads and maps them to incidents.

Step-by-Step Setup Instructions

Grafana Webhook Setup

1.In Grafana, go to Alerting → Contact Points
2.Click Add contact point
3.Choose Webhook as the type
4.Paste the webhook URL above
5.Set HTTP method to POST
6.Click Save contact point
7.Update your notification policy to use this contact point

Example Webhook Payload

This is a sample payload that Grafana sends to Alert24 when an alert fires.

{
  "state": "alerting",
  "title": "[Alerting] High Memory Usage",
  "message": "Memory usage exceeded 85% threshold on production server",
  "ruleId": 42,
  "ruleName": "High Memory Usage",
  "ruleUrl": "https://grafana.example.com/alerting/42/edit",
  "evalMatches": [
    {
      "metric": "memory_usage",
      "value": 92.5,
      "tags": {
        "host": "web-01"
      }
    }
  ]
}

How Alert24 Maps Grafana Data

Status Field

state

Message Field

message

Auto-Create Incidents

Yes

Auto-Resolve Incidents

Yes

Status Mapping

Alert24 StatusGrafana Values
operational
ok
degraded
no_data
down
alerting

Connect Grafana to Alert24 in minutes

Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.

More Monitoring & Observability Integrations