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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 2

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