Connectors directory[1]   Full listing of connectors[2]

HP-UX - Network (WBEM)

Description

This connector enables hardware monitoring for the network interfaces in HP-UX servers through the HP-UX WBEM provider.

This connector is superseded by:

enterprise[4] hardware[5] hp-ux[6] hpe[7] network[8]

Target

Typical platforms: HP-UX[9], HPE Alletra 9000[10], HPE Integrity[11], HPE SuperDome[12]

Operating system: HP-UX

Prerequisites

Leverages: HP-UX WBEM Provider

Technology and protocols: WBEM

Examples

CLI

metricshub HOSTNAME -t hp -c +HPUXWBEMNetwork --wbem -u USER

metricshub.yaml

resourceGroups:
  <RESOURCE_GROUP>:
    resources:
      <HOSTNAME-ID>:
        attributes:
          host.name: <HOSTNAME> # Change with actual host name
          host.type: hp
        connectors: [ +HPUXWBEMNetwork ] # Optional, to load only this connector
        protocols:
          wbem:
            protocol: https
            port: 5989
            username: <USERNAME> # Change with actual credentials
            password: <PASSWORD> # Encrypted using metricshub-encrypt

Connector Activation Criteria

The HP-UX - Network (WBEM) 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 DeviceID FROM HPUX_Processor

Metrics

Type Collected Metrics Specific Attributes
network
  • hw.network.bandwidth.limit
  • hw.network.up
  • hw.status{hw.type="network", state="degraded|failed|ok"}
  • hw.status{hw.type="network", state="present"}
  • bandwidth
  • hw.parent.type
  • id
  • model
  • name
  • physical_address
  • physical_address_type
No results.