Back to the list of connectors

SMI-S Compliant RAID Controller - Linux

Description

This connector provides disk controller monitoring through any SMI-S compliant WBEM provider.

Connector ID: Director52ServeRAIDLinux

This connector is superseded by:

This connector supersedes:

Target

Typical platform: Any system with RAID Controller

Operating systems: Linux, Out-of-Band

Prerequisites

Leverages: SMI-S Compliant WBEM Provider

Technology and protocols: WBEM

Examples

CLI

hws HOSTNAME -t linux -f Director52ServeRAIDLinux --wbem -u USER

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: linux
  selectedConnectors: [ Director52ServeRAIDLinux ] # Optional, to load only this connector
  wbem:
    protocol: https
    port: 5989
    username: <USERNAME> # Change with actual credentials
    password: <PASSWORD> # Encrypted using hws-encrypt

Connector Activation Criteria

The SMI-S Compliant RAID Controller - Linux connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • Operating System is Linux or Out-of-Band
  • The WBEM query below to the managed host succeeds:
    • Namespace: Automatic
    • WQL Query: SELECT Dedicated FROM CIM_ComputerSystem
    • Result contains: \(^30|\)\|\(|30|\)\|\(^3|\)\|\(|3|\)\|\(^2|\)\|\(|2|\) (regex)
  • The WBEM query below to the managed host succeeds:
    • Namespace: Automatic
    • WQL Query: SELECT Name FROM CIM_DiskDrive

Metrics

Type Collected Metrics Specific Attributes (Labels)
Disk Controller
  • hw.status{hw.type="disk_controller",state="ok|degraded|failed"}
  • hw.status{hw.type="disk_controller",state="present"}
  • bios_version
  • driver_version
  • firmware_version
  • model
  • serial_number
  • vendor
Battery
  • hw.status{hw.type="battery",state="ok|degraded|failed"}
  • hw.status{hw.type="battery",state="present"}
    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"}
    • raid_level
    Physical Disk
    • hw.physical_disk.size
    • hw.status{hw.type="physical_disk",state="ok|degraded|failed"}
    • hw.status{hw.type="physical_disk",state="present"}
    • serial_number
    • vendor
    No results.