Sensu
Receive Sensu monitoring event notifications via webhook handler.
Quick Setup
Copy Webhook URL
Go to your Alert24 dashboard and copy the webhook URL for Sensu.
Configure Sensu
Add the webhook URL in your Sensu settings.
Auto-Detected
Alert24 auto-detects Sensu payloads and maps them to incidents.
Step-by-Step Setup Instructions
Sensu Webhook Handler Setup
type: Handler
api_version: core/v2
metadata:
name: alert24
spec:
type: pipe
command: >
curl -X POST <WEBHOOK_URL>
-H "Content-Type: application/json"
-d @-Example Webhook Payload
This is a sample payload that Sensu sends to Alert24 when an alert fires.
{
"entity": {
"metadata": {
"name": "web-prod-01",
"namespace": "default"
},
"system": {
"hostname": "web-prod-01",
"os": "linux"
}
},
"check": {
"metadata": {
"name": "check-cpu"
},
"status": 2,
"output": "CPU usage CRITICAL - 98.5% |cpu_usage=98.5%;80;95",
"issued": 1705312200,
"interval": 60
},
"timestamp": 1705312200
}How Alert24 Maps Sensu Data
Status Field
check.status
Message Field
check.output
Auto-Create Incidents
Yes
Auto-Resolve Incidents
Yes
Status Mapping
| Alert24 Status | Sensu Values |
|---|---|
| operational | 0 |
| degraded | 1 |
| down | 2 |
Connect Sensu 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.