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
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-healthchecks-0.1.1.tar.gz
.
File metadata
- Download URL: django-healthchecks-0.1.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a57f11fb35b57f4f60255f4cef989470ea3f40f9bf2032a979596b77d21349ab |
|
MD5 | 2858109a3c64024e02b02936df76401e |
|
BLAKE2b-256 | f8b424d6e249d2f8869ae783a4000b28fcd1d81b62370b6f8af169cdd52a2cc7 |
File details
Details for the file django_healthchecks-0.1.1-py2-none-any.whl
.
File metadata
- Download URL: django_healthchecks-0.1.1-py2-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e906a60015f4ffe1e005c8e6b09112c67de640e52ed689cd2d5105359c524bb1 |
|
MD5 | 8eb8131693ef61a9d7f93301c4d5bbb6 |
|
BLAKE2b-256 | 28a30d5f02ae8b6fb61e7a79063c55aeaf1ee565e62d6d175d037b4bf4ba165d |