Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 878 Bytes

README.rst

File metadata and controls

30 lines (18 loc) · 878 Bytes

sentry-zabbix

An extension for Sentry to send event counts to Zabbix; shamelessly based on sentry-statsd. This will send keys formatted like <prefix>.<level>[<project>] (e.g. sentry.error[my-thing]), which will need to be configured as items in Zabbix.

If you run a Sentry version older than 8, use sentry-zabbix <=0.0.13

Install

Install the package with pip:

pip install sentry-zabbix

Configuration

Go to your project's configuration page (Projects -> [Project]) and select the "Zabbix" tab. Enter the Zabbix host, port and prefix for metrics:

https://github.com/m0n5t3r/sentry-zabbix/raw/master/docs/images/options.png

After installing and configuring, make sure to restart sentry-worker and sentry-web for the changes to take effect.