Back to the list of connectors

Dell iDRAC - Storage

Description

This connector provides server storage monitoring through Dell's iDRAC Management Card for Dell servers with iDRAC7 or later.

Connector ID: DelliDRACStorage

This connector is superseded by:

Target

Typical platform: Dell PowerEdge

Operating system: Out-of-Band

Prerequisites

Leverages: Dell iDRAC Management Card (iDRAC7 or Later)

Technology and protocols: SNMP

Examples

CLI

hws HOSTNAME -t management -f DelliDRACStorage --snmp v2c --community public

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: management
  selectedConnectors: [ DelliDRACStorage ] # Optional, to load only this connector
  snmp:
    version: v1 # Read documentation for v2 and v3
    community: public # or probably something more secure

Connector Activation Criteria

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

  • An SNMP Get-Next on the OID 1.3.6.1.4.1.674.10892.5.5.1.20.130.4 must return a value in the same subtree

Metrics

Type Collected Metrics Specific Attributes (Labels)
Enclosure
  • hw.status{hw.type="enclosure",state="ok|degraded|failed"}
  • hw.status{hw.type="enclosure",state="present"}
  • model
  • serial_number
  • type
  • vendor
Disk Controller
  • hw.status{hw.type="disk_controller",state="ok|degraded|failed"}
  • hw.status{hw.type="disk_controller",state="present"}
  • driver_version
  • firmware_version
  • model
Battery
  • hw.status{hw.type="battery",state="ok|degraded|failed"}
  • hw.status{hw.type="battery",state="present"}
  • info
Fan
  • hw.status{hw.type="fan",state="ok|degraded|failed"}
  • hw.status{hw.type="fan",state="present"}
  • info
Logical Disk, RAID
  • hw.logical_disk.limit
  • hw.status{hw.type="logical_disk",state="ok|degraded|failed"}
  • hw.status{hw.type="logical_disk",state="present"}
  • info
  • raid_level
Other Device
  • hw.status{hw.type="other_device",state="ok|degraded|failed"}
  • hw.status{hw.type="other_device",state="present"}
  • info
  • 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="present"}
  • info
  • firmware_version
  • serial_number
  • vendor
Power Supply
  • hw.status{hw.type="power_supply",state="ok|degraded|failed"}
  • hw.status{hw.type="power_supply",state="present"}
  • info
No results.