Skip to main content

Nimble

Description

This connector enables hardware monitoring for Nimble Storage Systems via Nimble's REST API.

hardware nimble storage

Enterprise Connector

This connector requires the Enterprise edition of MetricsHub.

Target

Typical platform: HPE Nimble

Operating system: Storage System

This connector is not available for the local host (it is applicable to remote hosts only).

Prerequisites

Leverages: Nimble REST API

Technology and protocols: HTTP

Examples

CLI

metricshub HOSTNAME -t storage -c +Nimble --https --http-port 443 -u USERNAME

metricshub.yaml

resourceGroups:
<RESOURCE_GROUP>:
resources:
<HOSTNAME-ID>:
attributes:
host.name: <HOSTNAME> # Change with actual host name
host.type: storage
connectors: [ +Nimble ] # Optional, to load only this connector
protocols:
http:
https: true
port: 443 # or probably something else
username: <USERNAME> # Change with actual credentials
password: <PASSWORD> # Encrypted using metricshub-encrypt

Connector Activation Criteria

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

  • The device type must be one of: Storage
  • The HTTP Request below to the managed host succeeds:
    • GET /versions
    • Request Header: Content-Type: application/json
    • The response body contains: &quot;name&quot;: *&quot;v1&quot; (regex)
  • The HTTP Request below to the managed host succeeds:
    • POST /v1/tokens
    • Request Header: Content-Type: application/json
    • Request Body: {&quot;data&quot;:{&quot;password&quot;:&quot;%{PASSWORD}&quot;,&quot;username&quot;:&quot;%{USERNAME}&quot;}}
    • The response body contains: session_token (regex)

Metrics

TypeCollected MetricsSpecific Attributes
bladehw.status{hw.type="blade", state="present"}hw.parent.id
hw.parent.type
id
model
name
enclosurehw.status{hw.type="enclosure", state="degraded|failed|ok"}
hw.status{hw.type="enclosure", state="present"}
id
info
model
name
serial_number
type
vendor
fanhw.fan.speed
hw.status{hw.type="fan", state="degraded|failed|ok"}
hw.status{hw.type="fan", state="present"}
hw.parent.id
hw.parent.type
id
info
name
networkhw.network.bandwidth.limit
hw.network.up
hw.status{hw.type="network", state="degraded|failed|ok"}
hw.status{hw.type="network", state="present"}
hw.parent.id
hw.parent.type
id
name
physical_address
physical_address_type
other_devicehw.status{hw.type="other_device", state="degraded|failed|ok"}
hw.status{hw.type="other_device", state="present"}
device_type
hw.parent.id
hw.parent.type
id
info
name
physical_diskhw.physical_disk.size
hw.status{hw.type="physical_disk", state="degraded|failed|ok"}
hw.status{hw.type="physical_disk", state="present"}
firmware_version
hw.parent.id
hw.parent.type
id
info
model
name
serial_number
vendor
power_supplyhw.status{hw.type="power_supply", state="degraded|failed|ok"}
hw.status{hw.type="power_supply", state="present"}
hw.parent.id
hw.parent.type
id
info
name
temperaturehw.status{hw.type="temperature", state="degraded|failed|ok"}
hw.status{hw.type="temperature", state="present"}
hw.temperature
hw.temperature.limit{limit_type="high.critical"}
hw.temperature.limit{limit_type="high.degraded"}
hw.temperature.limit{limit_type="low.critical"}
hw.temperature.limit{limit_type="low.degraded"}
hw.parent.id
hw.parent.type
id
info
name