Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

Latest commit

 

History

History
35 lines (23 loc) · 1.68 KB

README.rst

File metadata and controls

35 lines (23 loc) · 1.68 KB

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