Icinga
Receive Icinga 2 host and service notifications via webhook.
Quick Setup
Copy Webhook URL
Go to your Alert24 dashboard and copy the webhook URL for Icinga.
Configure Icinga
Add the webhook URL in your Icinga settings.
Auto-Detected
Alert24 auto-detects Icinga payloads and maps them to incidents.
Step-by-Step Setup Instructions
Icinga 2 Webhook Setup
object NotificationCommand "alert24-webhook" {
command = [ "/usr/bin/curl", "-X", "POST", "-H", "Content-Type: application/json", "-d", "{\"host\": \"$host.name$\", \"service\": \"$service.name$\", \"state\": \"$service.state$\", \"output\": \"$service.output$\"}", "<WEBHOOK_URL>" ]
}Example Webhook Payload
This is a sample payload that Icinga sends to Alert24 when an alert fires.
{
"host": "web-01",
"service": "http",
"state": "CRITICAL",
"output": "HTTP CRITICAL - Connection refused",
"timestamp": "2024-01-15T10:30:00Z"
}How Alert24 Maps Icinga Data
Status Field
state
Message Field
output
Auto-Create Incidents
Yes
Auto-Resolve Incidents
Yes
Status Mapping
| Alert24 Status | Icinga Values |
|---|---|
| operational | OKUP |
| degraded | WARNING |
| down | CRITICALDOWN |
Connect Icinga 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.