
Healthchecks is a self-hosted cron job and background task monitoring service. It listens for pings from your scheduled tasks and sends alerts when they fail to check in on time. Supports email, Slack, Telegram, and 30+ notification integrations.


Healthchecks is a self-hosted cron job monitoring service. It listens for HTTP/email pings from your cron jobs and scheduled tasks, and sends alerts when they don't arrive on schedule.
Access the web UI at your domain. Log in with the superuser account configured via SUPERUSER_EMAIL and SUPERUSER_PASSWORD environment variables.
| Variable | Description |
|---|---|
SUPERUSER_EMAIL | Email for the admin account |
SUPERUSER_PASSWORD | Password for the admin account |
SITE_ROOT | Public URL of the instance (auto-set to your Zeabur domain) |
SECRET_KEY | Django secret key (auto-generated) |
PUID | User ID for file permissions |
PGID | Group ID for file permissions |
BSD-3-Clause — GitHub
