VMware ESXi - Disks (IPMI)
Description
This connector enables disk monitoring for ESX servers v4 and higher through discrete IPMI sensors.
Enterprise Connector
This connector requires the Enterprise edition of MetricsHub.
Superseded Connector
This connector is superseded by:
Target
Typical platform: VMware
Operating systems: Out-Of-Band, Linux
Prerequisites
Leverages: WBEM
Technology and protocols: WBEM
Examples
CLI
metricshub HOSTNAME -t oob -c +VMwareESXiDisksIPMI --wbem -u USER
metricshub.yaml
resourceGroups:
<RESOURCE_GROUP>:
resources:
<HOSTNAME-ID>:
attributes:
host.name: <HOSTNAME> # Change with actual host name
host.type: oob
connectors: [ +VMwareESXiDisksIPMI ] # Optional, to load only this connector
protocols:
wbem:
protocol: https
port: 5989
username: <USERNAME> # Change with actual credentials
password: <PASSWORD> # Encrypted using metricshub-encrypt
Connector Activation Criteria
The VMware ESXi - Disks (IPMI) connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:
- The WBEM query below succeeds:
- Namespace:
root/cimv2 - Query:
SELECT MajorVersion FROM VMware_HypervisorSoftwareIdentity - Result contains:
^\\([1-9][0-9]\\|[4-9]\\)(regex)
- Namespace:
- The WBEM query below succeeds:
- Namespace:
root/cimv2 - Query:
SELECT IpmiSensorType,SensorType,CurrentState FROM OMC_DiscreteSensor - Result contains:
^13;11;Assert;(regex)
- Namespace:
Metrics
| Type | Collected Metrics | Specific Attributes |
|---|---|---|
| physical_disk | hw.status{hw.type="physical_disk", state="degraded|failed|ok"}hw.status{hw.type="physical_disk", state="present"} | hw.parent.typeidname |