ssh_health_check
Runs a read-only SSH health check on a server and returns JSON metrics for CPU, memory, disk usage, and uptime. Optionally includes load average and network details.
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) |