Metadata-Version: 1.1
Name: django_auto_healthchecks
Version: 0.1.4
Summary: Create application health checks directly from your django urls.py
Home-page: https://github.com/cronitorio/django_auto_healthchecks
Author: Cronitor.io
Author-email: support@cronitor.io
License: MIT license
Description: =======================================
        Django Auto Healthchecks by Cronitor.io
        =======================================
        
        .. image:: https://img.shields.io/pypi/v/django_auto_healthchecks.svg
                :target: https://pypi.python.org/pypi/django_auto_healthchecks
        
        .. image:: https://img.shields.io/travis/cronitorio/django_auto_healthchecks.svg
                :target: https://travis-ci.org/cronitorio/django_auto_healthchecks
        
        .. image:: https://readthedocs.org/projects/django-auto-healthchecks/badge/?version=latest&cb=1
                :target: https://django-auto-healthchecks.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        Create application healthchecks directly from your Django ``urls.py`` with `Cronitor.io <https://cronitor.io>`_ and ``django_auto_healthchecks``.
        
        - Define health checks directly from your code. Push them to Cronitor in a single request when your app starts.
        - Healthchecks are run instantly after a deploy and as often as every 30 seconds from Cronitor bots in North America, Europe and Asia.
        - Create powerful assertions like ``response_body contains 'OK'`` and ``response_time < 5 seconds``. Be notified instantly if your application is unreachable or any assertions fail.
        - Ensure the right people are notified of downtime with alerts in Slack, PagerDuty, HipChat, Email and SMS.
        
        Getting Started
        ---------------
        
        - Implementation guide: https://cronitor.io/docs/django-health-checks
        - Package documentation: https://django-auto-healthchecks.readthedocs.io.
        
        
        Fine Print
        ----------
        - Currently in open beta. We <3 feedback https://cronitor.io/support
        - This package was cut with Cookiecutter: https://github.com/audreyr/cookiecutter
        
        
        
        =======
        History
        =======
        
        0.1.5 (2017-02-08)
        ------------------
        
        * First release of the django-auto-healthchecks client for Cronitor.io
        * Configure powerful healthchecks directly from urls.py
        * Automatic updates when your routes change
        
Keywords: django_auto_healthchecks
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
