Мониторинг сервера и circuit breaker через CLI
★ 7.9 · devops
cli-health is a Claude Code skill that checks server health, component status, and live metrics directly from the CLI using the omniroute tool. Install it globally with `npm install -g omniroute`, then run `health`, `health components`, or `health watch` to get a real-time dashboard of circuit breakers and provider status. The `doctor` subcommand verifies liveness with support for custom hosts and URLs, while `health watch` refreshes the dashboard at a configurable interval via `--interval`. Flags like `--json`, `--alerts-only`, and `--verbose` make it easy to filter output or pipe health data into scripts. Ideal for DevOps engineers and developers who need fast CLI-based infrastructure health monitoring without leaving the terminal.
- #cli
- #health-check
- #monitoring
- #server-status
- #circuit-breaker
- #dashboard