Back to the list of connectors

HP-UX - Network

Description

Discovers and monitors Ethernet adapters.

Connector ID: HPUXNetwork

This connector is superseded by:

This connector supersedes:

Target

Typical platforms: HP 9000, HP Integrity, HP SuperDome

Operating system: HP-UX

Prerequisites

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

Technology and protocols: System Commands

Examples

CLI

hws HOSTNAME -t hp -f HPUXNetwork --ssh -u USER

hws-config.yaml

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