Back to the list of connectors

HP Insight Management Agent - Server (Alpha)

Description

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

Connector ID: CpMgServTru64

Target

Typical platform: HP ProLiant

Operating systems: HP Tru64, HP OpenVMS

Prerequisites

Leverages: HP Insight Management Agents

Technology and protocols: SNMP

Examples

CLI

hws HOSTNAME -t osf1 -f CpMgServTru64 --snmp v2c --community public

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: osf1
  selectedConnectors: [ CpMgServTru64 ] # 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 - 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 (Labels)
Fan
  • hw.status{hw.type="fan",state="ok|degraded|failed"}
  • hw.status{hw.type="fan",state="present"}
  • sensor_location
Power Supply
  • hw.status{hw.type="power_supply",state="ok|degraded|failed"}
  • hw.status{hw.type="power_supply",state="present"}
    No results.