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.2.tar.gz (2.6 kB view details)

Uploaded Source

Built Distribution

django_healthchecks-0.1.2-py2-none-any.whl (5.1 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for django-healthchecks-0.1.2.tar.gz
Algorithm Hash digest
SHA256 fec8c3b463ded11f51401789ea51d7d0ee03b0172f897dcaed2b27e1dc5a265c
MD5 9cf04351f4a439f6106a6b8823c5cc6a
BLAKE2b-256 a9cd1ec6bb0678e92f383bda20081adefee77909fdc159a06d7d23da40e68245

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_healthchecks-0.1.2-py2-none-any.whl
Algorithm Hash digest
SHA256 d15093229e080960518ba9337bf430d88cf25a958635d830bec36ea85f8b8dd2
MD5 1d0b4f9c5009961693e0ba6c6bd3b19a
BLAKE2b-256 c70b5bc3697025028d4e5dce00fe6886d081a3b8588a9f0de89a43d2e510bbac

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