Icinga

Receive Icinga 2 host and service notifications via webhook.

InboundMonitoring & Observability
Start Free Trial

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

1.Create a notification command in your Icinga 2 config:
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>" ]
}
2.Create a notification apply rule using this command
3.Restart Icinga 2

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 StatusIcinga 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