Documentation |
Issues |
Changelog |
Funding π
Django HealthCheck
This project checks for conditions and provides reports when anomalous behavior is detected.
Documentation | Issues | Changelog | Funding π
The following health checks are bundled with this project:
- caches & databases
- disk & memory utilization
- DNS & email
- storages
- Celery, Kafka, RabbitMQ & Redis
- Cloud provider status for numerous cloud and PaaS providers.
Writing your own custom health checks is also quick and easy.
We also like contributions, so donβt be afraid to make a pull request.
Integrations
The main entry point is an HTML view for your web application. However, there are multiple machine-readable formats available for integration:
- HTTP Status Codes for load balancers and uptime monitors
- OpenMetrics for Prometheus and Grafana
- CLI for Docker, Podman or Kubernetes health checks
- RSS/Atom feed
- JSON API for custom integrations