Back to the list of connectors

Oracle/Sun Solaris - Processors (psrinfo)

Description

This connector discovers and monitors the processor in any Sun SPARC-based Solaris machine through the psrinfo system command.

Connector ID: SunPsrinfo

This connector is superseded by:

Target

Typical platform: Oracle/Sun

Operating system: Oracle Solaris

Prerequisites

Leverages: Sun Solaris system commands (psrinfo, etc.)

Technology and protocols: System Commands

Examples

CLI

hws HOSTNAME -t solaris -f SunPsrinfo --ssh -u USER

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: solaris
  selectedConnectors: [ SunPsrinfo ] # Optional, to load only this connector
  ssh:
    username: <USERNAME> # Change with actual credentials
    password: <PASSWORD> # Encrypted using hws-encrypt

Connector Activation Criteria

The Oracle/Sun Solaris - Processors (psrinfo) connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • Operating System is Oracle Solaris
  • The command below succeeds on the monitored host
    • Command: /usr/sbin/psrinfo
    • Output contains: on-line (regex)

Metrics

Type Collected Metrics Specific Attributes (Labels)
Processor
  • hw.cpu.speed.limit{limit_type="max"}
  • hw.status{hw.type="cpu",state="ok|degraded|failed"}
  • hw.status{hw.type="cpu",state="present"}
  • model
No results.