Linux command
cronitor 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Sync cron jobs with Cronitor
cronitor sync
Execute command with monitoring
cronitor exec [monitor-key] -- [command]
List all cron jobs
cronitor list
Check monitor status
cronitor status
Send telemetry ping
cronitor ping [monitor-key]
Start web dashboard
cronitor dash
Configure API key
cronitor configure --api-key [key]
说明
cronitor is the CLI companion for Cronitor, a cloud-based monitoring service for cron jobs and scheduled tasks. The tool monitors cron job execution, tracks timing and frequency, and sends alerts when jobs fail, miss their schedule, or run longer than expected. The CLI automatically syncs cron jobs from the system to the Cronitor service, wraps command execution to send telemetry pings, and provides a dashboard for viewing job status. It helps teams maintain reliability of scheduled maintenance tasks, backups, and automated processes by ensuring timely notification of problems.
FAQ
What is the cronitor command used for?
cronitor is the CLI companion for Cronitor, a cloud-based monitoring service for cron jobs and scheduled tasks. The tool monitors cron job execution, tracks timing and frequency, and sends alerts when jobs fail, miss their schedule, or run longer than expected. The CLI automatically syncs cron jobs from the system to the Cronitor service, wraps command execution to send telemetry pings, and provides a dashboard for viewing job status. It helps teams maintain reliability of scheduled maintenance tasks, backups, and automated processes by ensuring timely notification of problems.
How do I run a basic cronitor example?
Run `cronitor sync` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more cronitor examples?
This page includes 7 examples for cronitor, plus related commands for nearby Linux tasks.