Documentation |
Issues |
Changelog |
Funding π
Django HealthCheck
This project checks for various conditions and provides reports when anomalous behavior is detected.
Documentation | Issues | Changelog | Funding π
The following health checks are bundled with this project:
Writing your own custom health checks is also very 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