ssh_health_check
Runs a read-only SSH health check, returning parsed JSON with CPU, memory, disk usage, uptime, and a list of critical issues.
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) |