Back to the list of connectors

HP Qumulo

Description

This connector provides hardware information about HP Qumulo storage systems.

Connector ID: HPQumulo

Target

Typical platform: HP Qumulo storage systems

Operating system: Storage System

Prerequisites

Leverages: QQ CLI

Technology and protocols: System Commands

This connector requires advanced privileges on the managed host for the command below:

  • qq

This connector therefore needs to run as root or you need to configure a privilege-escalation mechanism like sudo on the managed host to allow the monitoring account to run the command listed above.

Sample of /etc/sudoers to allow the above command to be run as root by the hwsagent account:

hwsagent ALL=(root) NOPASSWD: qq

Examples

CLI

hws HOSTNAME -t storage -f HPQumulo --ssh -u USER --sudo-command-list qq

hws-config.yaml

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

Connector Activation Criteria

The HP Qumulo 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 monitored host
    • Command: 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.