Back to the list of connectors

Nimble

Description

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

Connector file name: MS_HW_Nimble.hdf

Target

Typical platform: Nimble

Operating system: Storage System

Prerequisites

Leverages: Nimble REST API

Technology and protocols: HTTP/REST

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

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:

  • Operating System is Storage System
  • The HTTP Request below to the managed host succeeds:
    • GET /versions
    • Request Header:
      Content-Type: application/json
    • The response body contains: "name": *"v1" (regex)
  • The HTTP Request below to the managed host succeeds:
    • POST /v1/tokens
    • Request Header:
      Content-Type: application/json
    • Request Body:
      {"data":{"password":"%{PASSWORD}","username":"%{USERNAME}"}}
    • The response body contains: session_token (regex)

Monitors

Object Type Collected Parameters Discovered Properties
Enclosure (MS_HW_ENCLOSURE)
  • Status
  • Additional Information 1
  • Additional Information 2
  • Additional Information 3
  • Model
  • Serial Number
  • Type
  • Vendor
Blade (MS_HW_BLADE)
  • Blade Model
Fan (MS_HW_FAN)
  • Speed
  • Status
  • Additional Information 1
Network Card, FC Port (MS_HW_NETWORK)
  • Link Speed
  • Link Status
  • Status
  • Physical Address
  • Physical Address Type
Other Device (MS_HW_OTHERDEVICE)
  • Status
  • Additional Information 1
  • Device Type
Physical Disk (MS_HW_PHYSICALDISK)
  • Status
  • Additional Information 1
  • Firmware Version
  • Model
  • Serial Number
  • Size
  • Vendor
Power Supply (MS_HW_POWERSUPPLY)
  • Status
  • Additional Information 1
Temperature Sensor (MS_HW_TEMPERATURE)
  • Status
  • Temperature
  • Additional Information 1
No results.