All integrations
NA

Nagios

Route Nagios host/service alerts via webhook.

MONITORINGSetup difficulty: Medium
1

Copy your NOCBuddy webhook URL

In NOCBuddy, go to Settings → Integrations → Add Integration and select Nagios. Copy the generated webhook URL — you will need this in the next step.

2

Configure Nagios to send alerts

Define a notification command that POSTs to your URL, then attach it to your contacts.

define command {
  command_name notify-nocbuddy
  command_line curl -s -X POST -H 'Content-Type: application/json' -d '{"host":"$HOSTNAME$","service":"$SERVICEDESC$","state":"$SERVICESTATE$","output":"$SERVICEOUTPUT$"}' https://nocbuddy.com/api/inbound/webhook/YOUR_TOKEN
}
3

Send a test alert

Trigger a test alert from Nagios. It should appear in your NOCBuddy alert feed within seconds. If you don't see it, check the Raw Events log in NOCBuddy for delivery details.

4

Build your first workflow

Use the NOCBuddy Workflow Builder to route alerts from Nagios to the right team member or escalation policy. You can filter by severity, client, or any alert field.

Ready to connect Nagios?

Sign up for free and have alerts flowing in under 10 minutes.

Start free trial