Back to the list of connectors

HP Insight Management Agent - iLO

Description

This connector provides hardware monitoring of the HP iLO card in HP ProLiant servers 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: CpMgSm2

Target

Typical platform: HP ProLiant

Operating systems: Microsoft Windows, Linux, HP OpenVMS, HP Tru64, Out-of-Band, Oracle Solaris

Prerequisites

Leverages: HP Insight Management Agents

Technology and protocols: SNMP

Examples

CLI

hws HOSTNAME -t win -f CpMgSm2 --snmp v2c --community public

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: win
  selectedConnectors: [ CpMgSm2 ] # Optional, to load only this connector
  snmp:
    version: v1 # Read documentation for v2 and v3
    community: public # or probably something more secure

Connector Activation Criteria

The HP Insight Management Agent - iLO connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • An SNMP Get-Next on the OID 1.3.6.1.4.1.232.9.2.2.17 must return a value in the same subtree

Metrics

Type Collected Metrics Specific Attributes (Labels)
Network Card, FC Port
  • hw.status{hw.type="network",state="ok|degraded|failed"}
  • hw.status{hw.type="network",state="present"}
  • 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
No results.