OSS Tanbou

Healthchecks — detect missed cron jobs through absent pings

About these scores

OSS scale score is an unbounded metric that log-compresses and weights Stars, Watchers, Forks, and Contributors. Discovery score is the current OSS scale score minus the score at discovery. Update pace is commits in the last 30 days, growth momentum is the OSS scale score difference within the recent observation window, and OSS health is a 0–100 rating based on available recency, Community Health, and release data.

Stars
10,346
Primary language
Python
License
BSD-3-Clause
Repository last updated
Sep 14, 2026

Overview

Healthchecks monitors cron jobs and scheduled tasks by receiving HTTP or email pings and alerting when expected pings are late or missing. It includes a web dashboard, API, notification integrations, 2FA, and team features.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Monitor expected schedules with period/grace settings or cron expressions

Each check can use an expected interval plus grace time, or an explicit cron expression.

Sources: [2][3]

Send missed-run alerts through many notification integrations

Missing pings can trigger notifications while the dashboard and event logs provide operational visibility.

Sources: [2][3]

For adding dead-man's-switch monitoring to cron, backups, and scheduled jobs

Existing jobs only need to send pings, so the execution platform can remain unchanged while monitoring is added.

Sources: [2]

Operate the monitor's own email, database, and availability dependencies

Self-hosting requires configuration such as SMTP and persistence. Teams should also consider how they detect failure of the monitoring service itself.

Sources: [2][3]

Official sources

  1. [1]healthchecks/healthchecks repository(2026-09-20)
  2. [2]Healthchecks README(2026-09-20)
  3. [3]Healthchecks self-hosted documentation(2026-09-20)
  4. [4]Healthchecks BSD-3-Clause license(2026-09-20)
Supplemental curator note

Healthchecks deliberately focuses on whether scheduled work ran on time rather than replacing general application monitoring. Existing cron jobs or backup scripts can integrate by sending a simple ping to a generated URL.

Try it in 3 steps

  1. 1

    Get the source

    git clone --depth 1 https://github.com/healthchecks/healthchecks.git
  2. 2

    Enter the repository

    cd healthchecks
  3. 3

    Check the official steps

    Continue with the commands in the README Installation, Quick Start, or Getting Started section.

    find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Check the official README

Growth

Growth trends · Last 30 days

10,346 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
21
Open PRs
0

Development activity is still being collected.

Built with

Categories and tags

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • cron
  • devops
  • cron-jobs
  • monitoring
  • ops
  • django
Stars
10,346
Forks
1,012
Watchers
93
Open issues
52
Contributors
97
Primary language
Python
Repository last updated
Sep 14, 2026
Write a related article

Share a guide or use case for this OSS in Markdown. Articles are published after administrator approval.

Report incorrect information

Tell us if any listing information is incorrect or outdated.