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

HP-UX - Network

Description

This connector discovers and monitors Ethernet adapters.

This connector is superseded by:

This connector supersedes:

enterprise[6] hardware[7] hp-ux[8] hpe[9] network[10]

Target

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

Operating system: HP-UX

Prerequisites

Leverages: HP-UX system commands (lanscan, etc.)

Technology and protocols: Commands

Examples

CLI

metricshub HOSTNAME -t hp -c +HPUXNetwork --ssh -u USER

metricshub.yaml

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

Connector Activation Criteria

The HP-UX - Network connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • Operating System is HP-UX
  • The command below succeeds on the monitored host
    • Command: /usr/sbin/lanscan
    • Output contains: ^[0-9]+/[0-9]+/[0-9]+ (regex)

Metrics

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