Contents

django-health-check 4.0.3

0

Monitor the health of your Django app and its connected services.

Monitor the health of your Django app and its connected services.

Stars: 1369, Watchers: 1369, Forks: 213, Open Issues: 3

The codingjoe/django-health-check repo was created 14 years ago and the last code push was 4 hours ago.
The project is very popular with an impressive 1369 github stars!

How to Install django-health-check

You can install django-health-check using pip

pip install django-health-check

or add it to a project with poetry

poetry add django-health-check

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/django-health-check/
Documentation:
https://codingjoe.dev/django-health-check/
GitHub Repo:
https://github.com/KristianOellegaard/django-health-check

Classifiers

  • Software Development/Quality Assurance
  • System/Logging
  • System/Monitoring
  • Utilities
No  django-health-check  pypi packages just yet.

Errors

A list of common django-health-check errors.

Code Examples

Here are some django-health-check code examples and snippets.

GitHub Issues

The django-health-check package has 3 open issues on GitHub

  • 🐛 Settings are loaded eagerly instead of lazily
  • Add HEALTH_CHECK['DISK_USAGE_PATH'] Setting
  • Integrate django-health-check with a dashboard app
  • Inconsistency in settings name
  • Add Kafka backend
  • Disk Usage Check Fails to Monitor Host Filesystem in Docker Containers
  • Document health_check.db's reliance on health_check_db_testmodel table
  • Use consistent logging and document how to use it
  • Support multi Database Health Checks
  • CacheBackend subset key confusing
  • Adds Redis Sentinel backend
  • CeleryPingHealthCheck is catching BaseException and really, really, really shouldn't 😄
  • CeleryPingHealthCheck: Add 'limit' argument for ping
  • Separate URLs for each checked service
  • Celery Beat Health Check: Check for Overdue Tasks Accounting for Scheduler Interval

See more issues on GitHub

Related Packages & Articles