Back to the list of connectors

HP Insight Management Agent - Server (WBEM)

Description

This connector provides hardware monitoring through the HP Insight Manager (Server Agent) which supports almost all HP ProLiant and Integrity servers under Windows and Linux, as well as Tru64 servers.

Connector ID: HPInsightwbem

This connector is superseded by:

This connector supersedes:

Target

Typical platform: HP ProLiant

Operating systems: Linux, Out-of-Band

Prerequisites

Leverages: HP Insight Management Agents (WBEM)

Technology and protocols: WBEM

Examples

CLI

hws HOSTNAME -t linux -f HPInsightwbem --wbem -u USER

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: linux
  selectedConnectors: [ HPInsightwbem ] # 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 HP Insight Management Agent - Server (WBEM) connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • Operating System is Linux or Out-of-Band
  • The WBEM query below to the managed host succeeds:
    • Namespace: root/hpq
    • WQL Query: SELECT Model FROM HP_ComputerSystemChassis
  • The WBEM query below to the managed host succeeds:
    • Namespace: root/hpq
    • WQL Query: SELECT DeviceID FROM HP_NumericSensor

Metrics

Type Collected Metrics Specific Attributes (Labels)
Enclosure
  • hw.enclosure.energy
  • hw.status{hw.type="enclosure",state="present"}
  • model
  • serial_number
  • type
  • vendor
Processor
  • hw.cpu.speed
  • hw.cpu.speed.limit{limit_type="max"}
  • hw.status{hw.type="cpu",state="ok|degraded|failed"}
  • hw.status{hw.type="cpu",state="present"}
  • model
  • vendor
Fan
  • hw.status{hw.type="fan",state="ok|degraded|failed"}
  • hw.status{hw.type="fan",state="present"}
  • sensor_location
Memory Module
  • hw.memory.limit
  • hw.status{hw.type="memory",state="ok|degraded|failed"}
  • hw.status{hw.type="memory",state="present"}
  • serial_number
  • type
Network Card, FC Port
  • hw.errors{hw.type="network"}
  • hw.network.bandwidth.limit
  • hw.network.bandwidth.utilization
  • hw.network.io{direction="receive"}
  • hw.network.io{direction="transmit"}
  • hw.network.packets{direction="receive"}
  • hw.network.packets{direction="transmit"}
  • hw.network.up
  • hw.status{hw.type="network",state="ok|degraded|failed"}
  • hw.status{hw.type="network",state="present"}
  • info
  • logical_address
  • model
  • physical_address
Other Device
  • hw.status{hw.type="other_device",state="ok|degraded|failed"}
  • hw.status{hw.type="other_device",state="present"}
  • device_type
Power Supply
  • hw.power_supply.limit{limit_type="max"}
  • hw.status{hw.type="power_supply",state="ok|degraded|failed"}
  • hw.status{hw.type="power_supply",state="present"}
  • power_supply_type
Temperature Sensor
  • hw.status{hw.type="temperature",state="ok|degraded|failed"}
  • hw.status{hw.type="temperature",state="present"}
  • hw.temperature
  • hw.temperature.limit{limit_type="high.critical"}
  • hw.temperature.limit{limit_type="high.degraded"}
  • sensor_location
No results.