django-auto-healthchecks

Create application health checks directly from your django urls.py


Keywords
django_auto_healthchecks, django, health-check, monitoring
License
MIT
Install
pip install django-auto-healthchecks==0.1.5

Documentation

Django Auto Healthchecks by Cronitor.io

Documentation Status

Create application healthchecks directly from your Django urls.py with Cronitor.io and django_auto_healthchecks.

  • Define health checks directly from your code. Push them to Cronitor in a single request when your app starts.
  • Healthchecks are run instantly after a deploy and as often as every 30 seconds from Cronitor bots in North America, Europe and Asia.
  • Create powerful assertions like response_body contains 'OK' and response_time < 5 seconds. Be notified instantly if your application is unreachable or any assertions fail.
  • Ensure the right people are notified of downtime with alerts in Slack, PagerDuty, HipChat, Email and SMS.

Getting Started

Fine Print