LinuxCommandLibrary

cronitor

cron job monitoring service CLI

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, 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 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

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)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community