Docs
Everything is one HTTP request. These guides show where to put it.
Start here
Create a monitor and send your first ping in two minutes.
Ping API referenceEvery URL a heartbeat monitor understands: success, start, fail, exit codes, logs.
The vivere CLIWrap any command so its start, exit code, duration and output tail are reported.
Schedulers
Add a ping to a crontab line with curl, or wrap the job.
systemd timersReport a systemd service run with ExecStartPre / ExecStartPost.
Windows Task SchedulerPing from PowerShell and report failures with the exit code.
GitHub ActionsKnow when a scheduled workflow stops running, not just when it fails.
Kubernetes CronJobWrap the container command so every run reports.
Docker and ComposeReport container jobs and one-shot services.
Automation platforms
A Schedule Trigger that stops firing produces no failed execution, so your Error Workflow never reports it. Here is the check that does.
Make and ZapierAdd an HTTP module as the last step of a scenario or zap.
Languages
requests, urllib, and a decorator that reports exceptions.
Node.jsfetch, plus a wrapper for scheduled scripts.
Gonet/http and a helper that reports panics and errors.
Agents
Let scheduled agents and hooks report that they ran, and alert when they go quiet.
MCP serverGive Claude, Cursor or any MCP client tools to create monitors and check in.