CatOps CLI is a lightweight monitoring agent that runs on your servers and sends metrics to the cloud dashboard.
Features
System Monitoring CPU, memory, disk, and network metrics
Telegram Alerts Get notified when something goes wrong
AI Assistant Ask questions about your server
Auto-start Runs automatically on boot
Quick Install
curl -fsSL https://get.catops.app/install.sh | bash
With cloud mode (for Telegram alerts):
curl -fsSL https://get.catops.app/install.sh | AUTH_TOKEN = "your_token" bash
Do NOT use sudo with the install script. It installs to your home directory.
Basic Usage
# Check status
catops status
# Ask AI about your server
catops ask "why is CPU high?"
# Configure thresholds
catops set cpu 80
catops set mem 80
catops set disk 90
# Restart monitoring
catops restart
Difference from Hub
Hub CLI Purpose Web dashboard Monitoring agent Runs on Your server Your server Interface Web browser Command line License Required ($5-12/mo) Free Features Dashboard, Docker, Network Metrics, Alerts, AI