Skip to main content

django-healthchecks

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

Uploaded Source

Built Distribution

django_healthchecks-0.2.0-py2-none-any.whl (5.2 kB view details)

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for django-healthchecks-0.2.0.tar.gz
Algorithm Hash digest
SHA256 3885748783b9c1566e84efdde9f7568b94f2ecc28f4d124c05ce34d3b86d0591
MD5 50fba91b643b76d3e1b941eb860eaad7
BLAKE2b-256 43d084da5d5be703f98b26e8044e9cf01c8dc6c6c30b43980d050ec606b41175

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_healthchecks-0.2.0-py2-none-any.whl
Algorithm Hash digest
SHA256 7f94794127ef1c10ef5d36ad6f36aac8994fe73f2f9029cce6bffc97a8944007
MD5 4b677a382a4cec3c0f17ed5cdd2f2a69
BLAKE2b-256 0e0b85fab7049a61b69eee84f29e9f2ef7492fbafe88456764d824e6b6dcd084

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