Back to the list of connectors

HP-UX (STM)

Description

Provides physical disks and memory monitoring on HP-UX systems through the Support Tools Manager utilities (stm).

Connector ID: HPUXStm

This connector is superseded by:

Target

Typical platforms: HP 9000, HP Integrity, HP SuperDome

Operating system: HP-UX

Prerequisites

Leverages: HP-UX Support Tools Manager (STM)

Technology and protocols: System Commands

Examples

CLI

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

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: hp
  selectedConnectors: [ HPUXStm ] # 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 (STM) 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: /bin/ls /usr/bin/stm
    • Output contains: ^/usr/bin/stm$ (regex)
  • The command below succeeds on the monitored host
    • Command: /bin/echo "map"|/usr/bin/stm -c
    • Output contains: Active Tool (regex)

Metrics

Type Collected Metrics Specific Attributes (Labels)
Disk Controller
  • hw.status{hw.type="disk_controller",state="present"}
  • model
Fan
  • hw.status{hw.type="fan",state="ok|degraded|failed"}
  • hw.status{hw.type="fan",state="present"}
  • sensor_location
Memory Module
  • hw.errors{hw.type="memory"}
  • hw.memory.limit
  • hw.status{hw.type="memory",state="ok|degraded|failed"}
  • hw.status{hw.type="memory",state="present"}
  • type
Physical Disk
  • hw.errors{hw.type="physical_disk"}
  • hw.physical_disk.size
  • hw.status{hw.type="physical_disk",state="ok|degraded|failed"}
  • hw.status{hw.type="physical_disk",state="present"}
  • serial_number
  • vendor
Power Supply
  • hw.status{hw.type="power_supply",state="ok|degraded|failed"}
  • hw.status{hw.type="power_supply",state="present"}
  • power_supply_type
No results.