Healthchecks logo

Healthchecks

Cron job and scheduled task monitoring service

Alternative to: healthchecks.io, cronitor, dead man's snitch

Healthchecks screenshot

About Versions (75)

v3.9

2024-12-20

This release changes the default value of the ALLOWED_HOSTS setting. Before, it was * (meaning, any host matches, host validation is disabled). Starting from v3.9, Healthchecks populates this setting automatically with the domain part of the SITE_ROOT setting. You do not need to set it unless you serve Healthchecks on more than one domain.

If you do serve the same Healthchecks instance on more than one domain, specify them all in ALLOWED_HOSTS, separated by commas:

ALLOWED_HOSTS=first.example.org,second.example.org

Improvements

  • Change the default value of ALLOWED_HOSTS from ”*” to the domain part of SITE_ROOT

Bug Fixes

  • Fix fetchstatus.py (again) to handle SITE_ROOT with a path (#1108)