Skip to main content

Simple Django app/framework to publish health check for monitoring purposes Status ====== .. image:: https://travis-ci.org/mvantellingen/django-healthchecks.svg?branch=master :target: https://travis-ci.org/mvantellingen/django-healthchecks .. image:: http://codecov.io/github/mvantellingen/django-healthchecks/coverage.svg?branch=master :target: http://codecov.io/github/mvantellingen/django-healthchecks?branch=master .. image:: https://pypip.in/version/django_healthchecks/badge.svg :target: https://pypi-hypernode.com/pypi/django_healthchecks/ Usage ===== Add the following to your urls.py: .. code-block:: python url(r'^healthchecks/', include('django_healthchecks.urls')), Add a setting with the available healthchecks: .. code-block:: python HEALTH_CHECKS = { 'postgresql': 'django_healthchecks.contrib.check_database', 'solr': 'your_project.lib.healthchecks.check_solr', }

Project description

Simple Django app/framework to publish health check for monitoring purposes

Status

https://travis-ci.org/mvantellingen/django-healthchecks.svg?branch=master http://codecov.io/github/mvantellingen/django-healthchecks/coverage.svg?branch=master https://pypip.in/version/django_healthchecks/badge.svg

Usage

Add the following to your urls.py:

url(r'^healthchecks/', include('django_healthchecks.urls')),

Add a setting with the available healthchecks:

HEALTH_CHECKS = {
    'postgresql': 'django_healthchecks.contrib.check_database',
    'solr': 'your_project.lib.healthchecks.check_solr',
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-healthchecks-0.1.1.tar.gz (2.5 kB view details)

Uploaded Source

Built Distribution

django_healthchecks-0.1.1-py2-none-any.whl (4.8 kB view details)

Uploaded Python 2

File details

Details for the file django-healthchecks-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-healthchecks-0.1.1.tar.gz
Algorithm Hash digest
SHA256 a57f11fb35b57f4f60255f4cef989470ea3f40f9bf2032a979596b77d21349ab
MD5 2858109a3c64024e02b02936df76401e
BLAKE2b-256 f8b424d6e249d2f8869ae783a4000b28fcd1d81b62370b6f8af169cdd52a2cc7

See more details on using hashes here.

File details

Details for the file django_healthchecks-0.1.1-py2-none-any.whl.

File metadata

File hashes

Hashes for django_healthchecks-0.1.1-py2-none-any.whl
Algorithm Hash digest
SHA256 e906a60015f4ffe1e005c8e6b09112c67de640e52ed689cd2d5105359c524bb1
MD5 8eb8131693ef61a9d7f93301c4d5bbb6
BLAKE2b-256 28a30d5f02ae8b6fb61e7a79063c55aeaf1ee565e62d6d175d037b4bf4ba165d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page