Monitor cron jobs, scheduled tasks, and background processes. Get alerted when something doesn't run on time.
Add a single HTTP request to the end of your job. That's it.
Set a name, expected interval, and grace period in the dashboard.
Add a simple HTTP request at the end of your cron job or script.
Receive notifications when your job doesn't ping on time.
#!/bin/bash
# Your backup script
pg_dump mydb > backup.sql
aws s3 cp backup.sql s3://my-bucket/
# Ping Loggy on success
curl -X POST https://loggy.dev/heartbeats/ping/daily-backup Set any interval from minutes to days. Perfect for any schedule.
Get notified via email when heartbeats go late or down.
Ping endpoints work without authentication. Simple and secure.
Set a buffer time before alerts fire. Account for normal variance.
Display heartbeat status on public status pages for your users.
Works with any language or tool that can make HTTP requests.
Start monitoring your cron jobs in under a minute.
Get Started for Free