Monitor your Laravel cron jobs and queue workers from the terminal.
# Install (macOS/Linux)
curl -sSL https://raw.githubusercontent.com/crontinel/cli/main/install.sh | sh
# Or download binary directly
curl -L https://github.com/crontinel/cli/releases/latest/download/crontinel -o crontinel
chmod +x crontinel
mv crontinel /usr/local/bin/# Set your API key
export CRONTINEL_API_KEY=your_key_here
# Verify connectivity
crontinel ping
# List monitors
crontinel monitors
# View recent events
crontinel events
# Check alert channels
crontinel alerts
# JSON output for scripting
crontinel monitors --json| Command | Description |
|---|---|
ping, health |
Test your connection to Crontinel |
monitors, list |
Show all configured monitors |
events |
View recent firing/resolved events |
alerts |
List configured alert channels |
--key <key>— API key (or setCRONTINEL_API_KEY)--url <url>— API URL (default:https://app.crontinel.com)--json— Raw JSON output
- API key from app.crontinel.com
- Internet connectivity