Back to the list of connectors[1]

HP-UX - Network (WBEM) Enterprise

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:

Target

Typical platforms: HP 9000 HP Integrity HP SuperDome

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
        selectConnectors: [ 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.