get_disk_health
Retrieve SMART health status for a disk, including temperature, power-on hours, and error warnings.
Instructions
Get SMART health status for a specific disk. Returns overall health, temperature, power-on hours, SMART attributes, and any errors or warnings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | Yes | Device path (e.g., '/dev/sda', '/dev/nvme0n1') | |
| server | No | Server alias (e.g., 'pi1', 'web-server'). Uses default server if not specified. |