get_disk_health
Check disk health status using SMART data to monitor temperature, power-on hours, attributes, and detect errors or warnings for system administration.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | No | Server alias (e.g., 'pi1', 'web-server'). Uses default server if not specified. | |
| device | Yes | Device path (e.g., '/dev/sda', '/dev/nvme0n1') |