Back to the list of connectors

HP StorageWorks EVA (SSSU) - Windows

Description

This connector provides hardware monitoring through the HP StorageWorks Command View EVA SSSU command line utility

Connector ID: HPSSSU

This connector supersedes:

Target

Typical platform: HP StorageWorks EVA

Operating system: Storage System

Prerequisites

Leverages: HP StorageWorks Command View EVA SSSU

Technology and protocols: System Commands

Examples

CLI

hws HOSTNAME -t storage -f HPSSSU --ssh -u USER

hws-config.yaml

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

Connector Activation Criteria

The HP StorageWorks EVA (SSSU) - Windows connector must be selected manually, and its status will be reported as OK if all the below criteria are met:

  • The command below succeeds on the agent host
    • Command: echo %OS%
    • Output contains: Windows_NT (regex)
  • The command below succeeds on the agent host
    • Command: sssu help
    • Output contains: SSSU for HP (regex)
  • The command below succeeds on the agent host
    • Command: sssu "SELECT Manager %{HOSTNAME} username=%{USERNAME} password=%{PASSWORD}" "LS SYSTEM"
    • Output contains: Systems available on this Manager (regex)

Metrics

Type Collected Metrics Specific Attributes (Labels)
Enclosure
  • hw.status{hw.type="enclosure",state="present"}
  • model
  • type
  • vendor
Battery
  • hw.status{hw.type="battery",state="ok|degraded|failed"}
  • hw.status{hw.type="battery",state="present"}
  • type
Blade
  • hw.status{hw.type="blade",state="ok|degraded|failed"}
  • hw.status{hw.type="blade",state="present"}
  • info
  • model
  • blade_name
  • serial_number
Fan
  • hw.fan.speed
  • hw.status{hw.type="fan",state="ok|degraded|failed"}
  • hw.status{hw.type="fan",state="present"}
    Logical Disk, RAID
    • hw.logical_disk.limit
    • hw.logicaldisk.utilization{state="free|used"}
    • hw.status{hw.type="logical_disk",state="ok|degraded|failed"}
    • hw.status{hw.type="logical_disk",state="present"}
    • info
    Memory Module
    • hw.status{hw.type="memory",state="ok|degraded|failed"}
    • hw.status{hw.type="memory",state="present"}
    • type
    Network Card, FC Port
    • hw.network.bandwidth.limit
    • hw.network.up
    • hw.status{hw.type="network",state="present"}
    • physical_address
    Other Device
    • hw.status{hw.type="other_device",state="ok|degraded|failed"}
    • hw.status{hw.type="other_device",state="present"}
    • device_type
    Physical Disk
    • hw.physical_disk.size
    • hw.status{hw.type="physical_disk",state="ok|degraded|failed"}
    • hw.status{hw.type="physical_disk",state="predicted_failure"}
    • hw.status{hw.type="physical_disk",state="present"}
    • info
    • firmware_version
    • model
    • serial_number
    • vendor
    Power Supply
    • hw.status{hw.type="power_supply",state="ok|degraded|failed"}
    • hw.status{hw.type="power_supply",state="present"}
      Temperature Sensor
      • hw.status{hw.type="temperature",state="ok|degraded|failed"}
      • hw.status{hw.type="temperature",state="present"}
      • hw.temperature
        No results.