All integrations
PR

Prometheus

Receive Alertmanager webhooks from Prometheus.

MONITORINGSetup difficulty: Medium
1

Copy your NOCBuddy webhook URL

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

2

Configure Prometheus to send alerts

Add a webhook receiver to your Alertmanager config (alertmanager.yml), then route your alerts to it.

receivers:
  - name: nocbuddy
    webhook_configs:
      - url: https://nocbuddy.com/api/inbound/webhook/YOUR_TOKEN
        send_resolved: true
3

Send a test alert

Trigger a test alert from Prometheus. 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 Prometheus to the right team member or escalation policy. You can filter by severity, client, or any alert field.

Ready to connect Prometheus?

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

Start free trial