Argo CD
Receive sync and health notifications and log GitOps deployments as changes for incident correlation.
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
apiVersion: v1
kind: ConfigMap
metadata:
name: argocd-notifications-cm
data:
service.webhook.alert24: |
url: <WEBHOOK_URL>
headers:
- name: Content-Type
value: application/jsonExample 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 Status | Argo CD Values |
|---|---|
| operational | Healthy |
| degraded | DegradedProgressing |
| down | MissingUnknown |
Track GitOps Deployments from Argo CD
Track changes for incident correlation and AI root cause analysis
- 1Go to Argo CD → Settings → Notifications
- 2Add a webhook notification with your Alert24 Changes Webhook URL
- 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
GitHub
InboundLog pull request merges, pushes, and releases as changes for incident correlation.
GitHub Actions
InboundReceive workflow run notifications and log deployments as changes to correlate with incidents.
GitLab CI
InboundReceive pipeline notifications and log deployments as changes to correlate with incidents.
CircleCI
InboundReceive job notifications and log deployments as changes to correlate with incidents.
Terraform Cloud
InboundReceive run notifications and log infrastructure changes to correlate with incidents.
Jenkins
InboundReceive build notifications and log deployments as changes to correlate with incidents.