3

We are currently monitoring our network devices with Zabbix but now we want to use Zabbix along with Prometheus for real-time monitoring and powerful alerting of Prometheus. How can I integrate my existing Zabbix solution with Prometheus?

Richlv
  • 3,954
  • 1
  • 17
  • 21
UMJ
  • 83
  • 2
  • 6

1 Answers1

2

There seems to be a Zabbix to Prometheus exporter that may achieve what you want, but please note that I wouldn't recommend that.

Apart from some temporary migration scenarios I see little use in polling one monitoring system from the other. You're probably better off deploying the appropriate Prometheus exporters (e.g. SNMP, if your talking about network devices) and use Prometheus for the whole monitoring setup.

Of course you can still keep your Zabbix setup running side by side, if you need to.

tex
  • 2,051
  • 1
  • 23
  • 27