Skip to main content

Simple Django app/framework to publish health check for monitoring purposes 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 description

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

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

Uploaded Source

Built Distribution

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

Uploaded Python 2

File details

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

File metadata

File hashes

Hashes for django-healthchecks-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2bbc4e66347f62dbd5bbe677e33bb1e935cf160c6c43477a4be0b2e21c19b906
MD5 9df1f55782eb5100571fee303d22d0de
BLAKE2b-256 946e950a24cafdcbc191f368498034483e621f27636a11b8b43bac8cb7d211cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for django_healthchecks-0.1.0-py2-none-any.whl
Algorithm Hash digest
SHA256 ab00886409c1ecab71ae5ba7848cf06fcdb646ad74badec20c81cea77ec42d20
MD5 5c996f5dfdd794f0da1d3174c38d2d16
BLAKE2b-256 d31b4e46f9b6885ba970ee649dfccbc4b639f0ad156a4b0a61614491f7368a4b

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