Back to the list of connectors[1]

SMI-S Compliant RAID Controller - Linux Enterprise

Description

This connector enables hardware monitoring for disk controller monitoring through any SMI-S compliant WBEM provider.

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

metricshub HOSTNAME -t linux -c +Director52ServeRAIDLinux --wbem -u USER

metricshub.yaml

resourceGroups:
  <RESOURCE_GROUP>:
    resources:
      <HOSTNAME-ID>:
        attributes:
          host.name: <HOSTNAME> # Change with actual host name
          host.type: linux
        selectConnectors: [ Director52ServeRAIDLinux ] # Optional, to load only this connector
        protocols:
          wbem:
            protocol: https
            port: 5989
            username: <USERNAME> # Change with actual credentials
            password: <PASSWORD> # Encrypted using metricshub-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
battery
  • hw.status{hw.type="battery", state="degraded|failed|ok"}
  • hw.status{hw.type="battery", state="present"}
  • hw.parent.id
  • hw.parent.type
  • id
  • name
disk_controller
  • hw.status{hw.type="disk_controller", state="degraded|failed|ok"}
  • hw.status{hw.type="disk_controller", state="present"}
  • bios_version
  • controller_number
  • driver_version
  • firmware_version
  • hw.parent.type
  • id
  • model
  • name
  • serial_number
  • vendor
logical_disk
  • hw.logical_disk.limit
  • hw.status{hw.type="logical_disk", state="degraded|failed|ok"}
  • hw.status{hw.type="logical_disk", state="present"}
  • hw.parent.id
  • hw.parent.type
  • id
  • name
  • raid_level
physical_disk
  • hw.physical_disk.size
  • hw.status{hw.type="physical_disk", state="degraded|failed|ok"}
  • hw.status{hw.type="physical_disk", state="present"}
  • hw.parent.id
  • hw.parent.type
  • id
  • name
  • serial_number
  • vendor
No results.