cronitor
cron job monitoring service CLI
TLDR
Sync cron jobs with Cronitor
SYNOPSIS
cronitor [globaloptions] command [options_]
DESCRIPTION
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.
CONFIGURATION
~/.config/cronitor/cronitor.json
User configuration file containing API key, environment, hostname, and other settings.
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
CAVEATS
Requires Cronitor account and API key. Use sudo for system-wide crontab monitoring. Includes MCP server for AI tool integration.
