Create application health checks directly from your django urls.py
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.github
django_auto_healthchecks
docs
examples/django_110
tests
.editorconfig
.gitignore
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst Raise error when a route cannot be reversed and a couple other tweaks Feb 9, 2017
LICENSE
MANIFEST.in
Makefile
README.rst
requirements_dev.txt
setup.cfg
setup.py
tox.ini Few configuration updates Feb 8, 2017
travis_pypi_setup.py Initial Commit Jan 30, 2017

README.rst

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