vmware_host_health
Monitor ESXi host hardware health by checking sensors for CPU, memory, and storage state. Returns a structured summary with sensor counts and details for non-green sensors.
Instructions
Hardware health sensors of a host (equivalent of esxcli hardware): overall CPU/memory/storage state and alerting sensors.
Returns a structured object {host, sensor_count, summary:{green, yellow, red, unknown}, sensors:[{name, state, reading}]} — by default only non-green sensors are listed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Name of the ESXi host | |
| all_sensors | No | List all sensors (default: only abnormal ones) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |