Skip to content

dgaussin/sentry-zabbix

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

image

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

About

Send Sentry counts to Zabbix

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%