Back to the list of connectors

HP Qumulo with Python

Description

This connector provides hardware information about HP Qumulo storage systems using Python and QQ CLI Tools installed on the agent (Windows Only). Furthermore, environment variables need to be set for Python and the QQ CLI tools, in a way that the query 'python %QQCLI%\qq --help' is valid.

Connector ID: HPQumuloPython

Target

Typical platform: HP Qumulo storage systems

Operating system: Storage System

Prerequisites

Leverages: QQ CLI

Technology and protocols: System Commands

Examples

CLI

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

hws-config.yaml

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

Connector Activation Criteria

The HP Qumulo with Python connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • The command below succeeds on the agent host
    • Command: python %QQCLI%\qq --help
    • Output contains: Qumulo CLI (regex)

Metrics

Type Collected Metrics Specific Attributes (Labels)
Enclosure
  • hw.status{hw.type="enclosure",state="ok|degraded|failed"}
  • hw.status{hw.type="enclosure",state="present"}
  • info
  • model
  • serial_number
  • vendor
Network Card, FC Port
  • hw.network.io{direction="receive"}
  • hw.network.io{direction="transmit"}
  • hw.status{hw.type="network",state="ok|degraded|failed"}
  • hw.status{hw.type="network",state="present"}
  • logical_address
  • physical_address
Physical Disk
  • hw.physical_disk.size
  • hw.status{hw.type="physical_disk",state="ok|degraded|failed"}
  • hw.status{hw.type="physical_disk",state="present"}
  • info
  • model
  • serial_number
No results.