Back to the list of connectors

HP-UX - Network (WBEM)

Description

Provides the monitoring of the network interfaces in HP-UX servers through the HP-UX WBEM Provider.

Connector ID: HPUXWBEMNetwork

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

hws HOSTNAME -t hp -f HPUXWBEMNetwork --wbem -u USER

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: hp
  selectedConnectors: [ HPUXWBEMNetwork ] # Optional, to load only this connector
  wbem:
    protocol: https
    port: 5989
    username: <USERNAME> # Change with actual credentials
    password: <PASSWORD> # Encrypted using hws-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 (Labels)
Network Card, FC Port
  • hw.network.bandwidth.limit
  • hw.network.up
  • hw.status{hw.type="network",state="ok|degraded|failed"}
  • hw.status{hw.type="network",state="present"}
  • model
  • physical_address
No results.