The Opsgenie alternative for Prometheus / Alertmanager
Prometheus Alertmanager is great at detecting problems — but it doesn't wake anyone up. NOCgenie takes every Alertmanager webhook, deduplicates it, routes it by on-call schedule and escalation policy, and pages the right engineer across SMS, voice, push, Slack and Teams until it's acknowledged. It's a drop-in Opsgenie replacement, so your Alertmanager receivers barely change.
Connect Prometheus / Alertmanager to NOCgenie
- 1Add a Prometheus integration in NOCgenieSettings → Integrations → new Prometheus integration. Copy its inbound webhook URL.
- 2Add a webhook receiver to AlertmanagerPoint a receiver at the URL and set send_resolved so recoveries auto-close.
- 3Route + escalateNOCgenie maps each alert to the owning team's schedule and escalation policy — no Alertmanager routing rewrite needed.
# alertmanager.yml
receivers:
- name: nocgenie
webhook_configs:
- url: https://app.nocgenie.com/api/v1/inbound/<your-token>
send_resolved: trueFAQ
Does NOCgenie understand Alertmanager's resolved alerts?
Yes — with send_resolved: true, a resolved Alertmanager alert auto-closes the matching NOCgenie alert by its fingerprint, so nobody gets paged for something already fixed.
Will my Alertmanager labels carry across?
Yes. Severity maps to NOCgenie priority (critical→P1, warning→P3, etc.), instance becomes the entity, and labels/annotations are preserved on the alert.
Ready before prod isn't.
Start free in minutes — route your first Prometheus / Alertmanager alert to the right responder today.
Start freeOther integrations