Simple uptime monitoring with HTTP checks every 15 seconds and cron heartbeat tracking. Get alerted the moment something goes wrong.
Check any URL at intervals from 15 seconds to 5 minutes. Track status codes, response times, and get instant alerts on downtime.
Get a unique URL for each cron job. If a heartbeat ping is missed, we alert you immediately. Dead simple integration.
Public status page for your services showing real-time status and uptime history. Share with your team or customers.
Get notified via webhooks the moment a monitor goes down or a cron job misses its heartbeat. Recovery alerts included.
Create and manage monitors programmatically. API-key auth, JSON responses, and comprehensive documentation.
Track response times over time. Spot performance degradation before it becomes an outage.
# Create an HTTP monitor curl -X POST https://cronping.grabshot.dev/v1/monitors \ -H "x-api-key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"type":"http","name":"My API","url":"https://api.example.com","interval_seconds":60}' # List your monitors curl https://cronping.grabshot.dev/v1/monitors \ -H "x-api-key: YOUR_KEY"
No credit card required. Free plan includes 3 monitors forever.
Create Free Account →