Migrating off Cronhub?
Replace each heartbeat safely.
CheckFast preserves the simple HTTP heartbeat model with new /api/ping/<uuid> URLs, Telegram alerts, and paid plans from $9/mo. Recreate each job, then copy and test its new URL in the corresponding crontab entry.
Update each job with its new URL.
# Copy the new URL from the created CheckFast monitor OLD_URL='https://cronhub.io/ping/<old-uuid>' NEW_URL='https://checkfast.io/api/ping/<new-uuid>' crontab -l | sed "s|$OLD_URL|$NEW_URL|g" > /tmp/checkfast-crontab cat /tmp/checkfast-crontab crontab /tmp/checkfast-crontab # Importer opens with monitoring launch; use the manual swap above for now.
Migration steps are ready now
Export from Cronhub, map your schedules, and keep the manual swap plan ready for importer launch.
Export from Cronhub
Gather each job name, cron schedule, and grace period from your records before creating replacement monitors.
Recreate in CheckFast
Use the importer when paid launch is enabled, or create jobs manually. Each replacement receives a new ping URL that must be copied into its job.
Configure alert delivery
Connect Telegram on Starter, or add Slack on Pro and Agency. Trigger a test ping before relying on each monitor.
Why developers choose CheckFast
Managed Telegram alerts
Connect Telegram through CheckFast settings without creating a custom bot or webhook. CheckFast handles the delivery integration.
Simple HTTP ping URLs
Each imported job receives a new /api/ping/<uuid> URL. Replace the corresponding Cronhub URL and keep the surrounding job logic unchanged.
Starter — 15 monitors
Cron monitoring starts at $9/mo for 15 monitors. Pro includes 50 monitors and Agency includes 200.
Cronhub vs CheckFast — feature for feature
Typed heartbeat events, missed-window alerts and Telegram on Starter.
Your cron jobs shouldn't go unmonitored.
Use the public migration guide and recreate up to three jobs on the Free beta while bulk import remains closed.