Integrations
APM, cloud, metrics daemons, CI, and chat — first-party handlers with HMAC verification.
Keep Events API v2 payloads. Change the destination URL.
OpsKnight accepts PagerDuty Events API v2 ingest at /api/integrations/pagerduty/v2/enqueue. That is an adapter — not a PagerDuty clone of the whole product.
Datadog
Sync monitor alerts, metric anomalies, and synthesized events from Datadog monitors.
New Relic
Route New Relic APM policy violations, NRQL condition alerts, and Golden Signal breaches.
Dynatrace
Ingest Davis AI root cause notifications and multi-component failure clusters.
AppDynamics
Forward business transaction health violations and infrastructure event triggers.
Honeycomb
Trigger high-urgency alerts from Honeycomb BubbleUp triggers and distributed SLO burn rates.
Sentry
Create deduplicated incidents from uncaught application exceptions and performance transactions.
Splunk Observability
Real-time ingestion for Splunk Infrastructure Monitoring detector alerts and incident bridges.
Prometheus Alertmanager
Native Alertmanager webhook receiver with deterministic SHA-256 fingerprint deduplication.
Grafana Alerting
Ingest Grafana unified alerting rules and contact point webhooks in real time.
Zabbix
Enterprise-grade Zabbix media type webhook with EVENT.ID deduplication & recovery sync.
Nagios Core & XI
Connect host & service state changes, notification macros, and scheduled downtime.
Icinga 2
Native notification command scripts for Icinga 2 check results, state changes, and recovery events.
AWS CloudWatch & SNS
Connect AWS CloudWatch composite alarms, SNS notifications, and EventBridge events.
Azure Monitor
Ingest Azure Monitor Action Groups, Log Analytics alerts, and Application Insights signals.
Google Cloud Monitoring
Sync Google Cloud Alerting notification channels and Incident Summary webhooks.
GitHub Actions
Automate incident triggering and deployment rollback alerts on workflow failures.
GitLab CI/CD
Track pipeline execution failures, runner downtime, and automatic incident resolution on retry success.
Bitbucket Pipelines
Catch build breaks and automated deployment pipeline failures with zero latency.
Vercel Deployments
Alert immediately on production deployment build failures and edge function crashes.
UptimeRobot
Ingest synthetic ping, HTTP keyword, and port check failure notifications with auto-resolve.
Pingdom
Route global probe synthetic check failures and latency degradations to on-call teams.
Better Stack
Stream heartbeats, synthetic checks, and cron monitor timeouts directly into OpsKnight.
Uptime Kuma
Connect self-hosted Uptime Kuma monitors to trigger OpsKnight escalation schedules.
Slack ChatOps
Dedicated war room auto-provisioning, auto-invited on-call responders, interactive action buttons, and slash commands.
Jira Cloud
Bi-directional issue creation, postmortem action items sync, and live status mirroring with Jira Software.
WhatsApp Alerts
High-priority SMS & WhatsApp pager alerts for urgent Sev-0/Sev-1 escalations with ack links.
PagerDuty Events API v2
Ingest adapter for Events API v2 payloads. Change the destination URL. Not a PagerDuty product and not a guarantee of every vendor integration.
Need a custom internal tool integration?
OpsKnight supports generic JSON webhooks with SHA-256 fingerprint deduplication. Send a single HTTP POST request from internal cron jobs, Kubernetes operators, or custom monitoring scripts.
curl -X POST https://opsknight.yourdomain.com/api/webhooks/custom \
-H "Content-Type: application/json" \
-H "X-OpsKnight-Token: YOUR_INTEGRATION_SECRET" \
-d '{
"service_id": "svc_api_gateway",
"title": "Database connection pool exhausted",
"severity": "CRITICAL",
"details": "Active connections: 500/500 on postgres-primary",
"dedup_key": "db-pool-exhausted-prod"
}'