HashiCorp Consul

Receive HashiCorp Consul service health check alerts via webhook watch.

InboundMonitoring & Observability
Start Free Trial

Quick Setup

Copy Webhook URL

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

Configure HashiCorp Consul

Add the webhook URL in your HashiCorp Consul settings.

Auto-Detected

Alert24 auto-detects HashiCorp Consul payloads and maps them to incidents.

Step-by-Step Setup Instructions

Consul Watch Webhook Setup

1.Add a watch to your Consul configuration:
{
  "watches": [{
    "type": "checks",
    "state": "critical",
    "handler_type": "http",
    "http_handler_config": {
      "path": "<WEBHOOK_URL>",
      "method": "POST"
    }
  }]
}
2.Reload Consul configuration

Example Webhook Payload

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

{
  "Node": "web-01",
  "CheckID": "service:api",
  "Name": "API Health Check",
  "Status": "critical",
  "Output": "HTTP GET /health: 503 Service Unavailable"
}

How Alert24 Maps HashiCorp Consul Data

Status Field

Status

Message Field

Output

Auto-Create Incidents

Yes

Auto-Resolve Incidents

Yes

Status Mapping

Alert24 StatusHashiCorp Consul Values
operational
passing
degraded
warning
down
critical

Connect HashiCorp Consul to Alert24 in minutes

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

More Monitoring & Observability Integrations