HashiCorp Consul
Receive HashiCorp Consul service health check alerts via webhook watch.
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
{
"watches": [{
"type": "checks",
"state": "critical",
"handler_type": "http",
"http_handler_config": {
"path": "<WEBHOOK_URL>",
"method": "POST"
}
}]
}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 Status | HashiCorp 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
Datadog
InboundReceive alerts from Datadog monitors and synthetics.
Prometheus / Alertmanager
InboundReceive alerts from Prometheus Alertmanager webhook receiver.
Grafana
InboundReceive alert notifications from Grafana alerting rules.
New Relic
InboundReceive New Relic alert notifications via webhook.
Pingdom
InboundReceive Pingdom uptime check alerts via webhook.
UptimeRobot
InboundReceive UptimeRobot monitor alerts via webhook.