Back to the list of connectors

VMware ESXi - Disks (IPMI)

Description

This connector provides disk monitoring through the VMware ESX4i agent's discrete IPMI sensors

Connector ID: VMwareESXiDisksIPMI

This connector is superseded by:

Target

Typical platform: VMware ESXi

Operating systems: Out-of-Band, Linux

Prerequisites

Leverages: WBEM

Technology and protocols: WBEM

Examples

CLI

hws HOSTNAME -t management -f VMwareESXiDisksIPMI --wbem -u USER

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: management
  selectedConnectors: [ VMwareESXiDisksIPMI ] # Optional, to load only this connector
  wbem:
    protocol: https
    port: 5989
    username: <USERNAME> # Change with actual credentials
    password: <PASSWORD> # Encrypted using hws-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 to the managed host succeeds:
    • Namespace: root/cimv2
    • WQL Query: SELECT MajorVersion FROM VMware_HypervisorSoftwareIdentity
    • Result contains: ^[34567] (regex)
  • The WBEM query below to the managed host succeeds:
    • Namespace: root/cimv2
    • WQL Query: SELECT IpmiSensorType,SensorType,CurrentState FROM OMC_DiscreteSensor
    • Result contains: ^13;11;Assert; (regex)

Metrics

Type Collected Metrics Specific Attributes (Labels)
Physical Disk
  • hw.status{hw.type="physical_disk",state="ok|degraded|failed"}
  • hw.status{hw.type="physical_disk",state="present"}
    No results.