Argo CD

Receive sync and health notifications and log GitOps deployments as changes for incident correlation.

InboundCI/CD & DevOps
Start Free Trial

Quick Setup

Copy Webhook URL

Go to your Alert24 dashboard and copy the webhook URL for Argo CD.

Configure Argo CD

Add the webhook URL in your Argo CD settings.

Auto-Detected

Alert24 auto-detects Argo CD payloads and maps them to incidents.

Step-by-Step Setup Instructions

Argo CD Webhook Setup

1.Install the Argo CD Notifications controller
2.Configure a webhook notification template:
apiVersion: v1
kind: ConfigMap
metadata:
  name: argocd-notifications-cm
data:
  service.webhook.alert24: |
    url: <WEBHOOK_URL>
    headers:
      - name: Content-Type
        value: application/json
3.Annotate your applications to subscribe to notifications

Example Webhook Payload

This is a sample payload that Argo CD sends to Alert24 when an alert fires.

{
  "app": {
    "metadata": {
      "name": "production-app"
    },
    "status": {
      "health": {
        "status": "Degraded"
      },
      "sync": {
        "status": "OutOfSync"
      },
      "operationState": {
        "message": "Sync failed: ImagePullBackOff"
      }
    }
  }
}

How Alert24 Maps Argo CD Data

Status Field

app.status.health.status

Message Field

app.status.operationState.message

Auto-Create Incidents

Yes

Auto-Resolve Incidents

Yes

Status Mapping

Alert24 StatusArgo CD Values
operational
Healthy
degraded
DegradedProgressing
down
MissingUnknown

Track GitOps Deployments from Argo CD

Track changes for incident correlation and AI root cause analysis

  1. 1Go to Argo CD → Settings → Notifications
  2. 2Add a webhook notification with your Alert24 Changes Webhook URL
  3. 3Configure triggers for sync-succeeded events

Argo CD sync and health events are logged as deployment changes with the application name and sync status.

Changes are logged per service. Copy the Changes Webhook URL from your service page in Alert24. When an incident occurs, recent changes are surfaced automatically with AI-powered root cause analysis. Learn more →

Connect Argo CD to Alert24 in minutes

Free plan includes 5 monitors, 1 status page, and incident management. No credit card required.

More CI/CD & DevOps Integrations