The Opsgenie alternative for Zabbix

Zabbix is a powerhouse for metrics and triggers; NOCgenie is the paging layer on top. A Zabbix webhook media type sends problems to NOCgenie, which routes them by on-call schedule and escalates until someone owns it. A drop-in Opsgenie replacement — OK events auto-resolve.

Connect Zabbix to NOCgenie

  1. 1
    Add a Zabbix integration in NOCgenie
    Settings → Integrations → new Zabbix integration; copy the inbound URL.
  2. 2
    Create a webhook media type in Zabbix
    Administration → Media types → Webhook → POST the event to the URL.
  3. 3
    Wire it to an action
    Add the media to a user/action so problems (and OK events) are sent.
# Zabbix → Media types → Webhook
Method: POST   URL: https://app.nocgenie.com/api/v1/inbound/<your-token>
# include event_id, event_name, severity, value(PROBLEM/OK), host

FAQ

Do Zabbix OK events close the alert?

Yes — a value of OK auto-closes the matching NOCgenie alert (deduped on event_id).

How do Zabbix severities map?

Disaster/High map to P1/P2, Average/Warning to P3, Information to P4/P5 — so paging urgency matches the trigger.

Ready before prod isn't.

Start free in minutes — route your first Zabbix alert to the right responder today.

Start free

Other integrations