Metadata-Version: 1.1
Name: sentry-zabbix
Version: 0.0.14
Summary: A Sentry extension which send errors stats to Zabbix
Home-page: http://github.com/m0n5t3r/sentry-zabbix
Author: Sabin Iacob
Author-email: iacobs+pypi@gmail.com
License: WTFPL
Description: 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:: 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.
        
        .. _sentry-statsd: https://github.com/dreadatour/sentry-statsd
        
Keywords: sentry zabbix
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
Classifier: Topic :: Software Development
