cronitor
TLDR
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]
SYNOPSIS
cronitor [globaloptions] command [options_]
DESCRIPTION
cronitor is the CLI companion for Cronitor monitoring service. Monitors cron jobs, tracks execution, and alerts on failures. Syncs jobs automatically and provides telemetry.
COMMANDS
sync
Sync cron jobs to Cronitorexec
Execute command with monitoringlist
List and search cron jobsping
Send telemetry pingstatus
View monitor statusdash
Start web dashboardconfigure
Save configurationshell
Run cron-like shellupdate
Update to latest version
GLOBAL OPTIONS
-k, --api-key key
Cronitor API key-c, --config file
Config file path--env name
Cronitor environment-n, --hostname name
Host identifier-u, --users list
Comma-separated user list-v, --verbose
Verbose output-l, --log file
Debug log file
CONFIGURATION
Config stored as JSON file. Set via environment variables or config file.
CAVEATS
Requires Cronitor account and API key. Use sudo for system-wide crontab monitoring. Includes MCP server for AI tool integration.


