Back to the list of connectors[1]

HP Insight Management Agent - Server (Alpha) Enterprise

Description

This connector enables Alpha-specific hardware monitoring through the HP Insight Manager (Server Agent).

Target

Typical platform: HP ProLiant

Operating systems: HP Tru64, HP OpenVMS

Prerequisites

Leverages: HP Insight Management Agents

Technology and protocols: SNMP

Examples

CLI

metricshub HOSTNAME -t vms -c +CpMgServTru64 --snmp v2c --community public

metricshub.yaml

resourceGroups:
  <RESOURCE_GROUP>:
    resources:
      <HOSTNAME-ID>:
        attributes:
          host.name: <HOSTNAME> # Change with actual host name
          host.type: vms
        selectConnectors: [ CpMgServTru64 ] # Optional, to load only this connector
        protocols:
          snmp:
            version: v2c # Read documentation for v1, v2c and v3
            community: public # or probably something more secure

Connector Activation Criteria

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

  • Operating System is HP Tru64 or HP OpenVMS or Out-Of-Band
  • An SNMP Get-Next on the OID 1.3.6.1.4.1.232 must return a value in the same subtree

Metrics

Type Collected Metrics Specific Attributes
fan
  • hw.status{hw.type="fan", state="degraded|failed|ok"}
  • hw.status{hw.type="fan", state="present"}
  • hw.parent.type
  • id
  • name
  • sensor_location
power_supply
  • hw.status{hw.type="power_supply", state="degraded|failed|ok"}
  • hw.status{hw.type="power_supply", state="present"}
  • hw.parent.type
  • id
  • name
No results.