LinuxCommandLibrary

cronitor

TLDR

Sync cron jobs with Cronitor

$ cronitor sync
copy
Execute command with monitoring
$ cronitor exec [monitor-key] -- [command]
copy
List all cron jobs
$ cronitor list
copy
Check monitor status
$ cronitor status
copy
Send telemetry ping
$ cronitor ping [monitor-key]
copy
Start web dashboard
$ cronitor dash
copy
Configure API key
$ cronitor configure --api-key [key]
copy

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 Cronitor
exec
Execute command with monitoring
list
List and search cron jobs
ping
Send telemetry ping
status
View monitor status
dash
Start web dashboard
configure
Save configuration
shell
Run cron-like shell
update
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.

SEE ALSO

cron(8), crontab(1)

Copied to clipboard