Metadata-Version: 1.1
Name: sentry-zabbix
Version: 0.0.2
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 errors metrics to Zabbix; shamelessly based on sentry-statsd_.
        
        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 for the
        changes to take into 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
