Heartbeat monitoring flips monitoring around: instead of your monitor calling a service, the service (a backup, worker, or cron job) pings the monitor each time it runs. If an expected ping doesn’t arrive on schedule, you get alerted.
It is the only reliable way to catch jobs that fail silently — a nightly backup that stopped running, a queue worker that died — before the missing output becomes a crisis.
See heartbeat monitoring.