Seiri guides

Heartbeat monitoring

Heartbeat monitoring answers one question: did the job call home? Your process pings Seiri on success. If the ping never arrives, you get alerted — before customers or finance notice.

What is heartbeat monitoring?

Unlike uptime monitoring (which polls a public URL), heartbeat monitoring is push-based. The workload proves it ran by checking in. Silence is the failure signal.

That catches hung jobs, skipped schedules, and “exit 0 but did nothing” failures that URL probes never see.

How Seiri implements it

Example

0 2 * * * /backup.sh && curl -fsS https://ping.seiri.app/NkdyngWn9z

Did it run?

Create a free heartbeat webhook in under two minutes.

Start free

FAQ

Is heartbeat monitoring the same as uptime monitoring?

No. Uptime tools ask “can we reach you?” Heartbeats ask “did you call home?”

Who needs heartbeat monitoring?

Anyone running cron, batch, ETL, digests, or queue workers where silence is dangerous.