ssh_health_check
Run a read-only health check on a server over SSH. Returns JSON with CPU, memory, disk usage, uptime, and critical issues. Optionally include load average and network metrics.
Instructions
Runs a comprehensive read-only health check on the named server by executing diagnostic shell commands over SSH, then returns parsed JSON with overall status, CPU, memory, disk usage, and uptime. It only reads metrics and changes nothing on the remote host. Set detailed to true to additionally include load average and network metrics; it defaults to false. Critical CPU, memory, or disk conditions are surfaced in a critical_issues list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | Server name | |
| detailed | No | Include detailed metrics (network, load average) |