Back to the list of connectors

LSI sas2ircu Managed Raid Controllers

Description

Gives physical disk and array status.

Connector ID: LSIsas2ircu

This connector supersedes:

Target

Typical platform: Any system with LSI sas2ircu

Operating system: Linux

Prerequisites

Leverages: Sas2Ircu (LSI) managed RAID card

Technology and protocols: System Commands

This connector requires advanced privileges on the managed host for the command below:

  • /opt/lsi/bin/sas2ircu

This connector therefore needs to run as root or you need to configure a privilege-escalation mechanism like sudo on the managed host to allow the monitoring account to run the command listed above.

Sample of /etc/sudoers to allow the above command to be run as root by the hwsagent account:

hwsagent ALL=(root) NOPASSWD: /opt/lsi/bin/sas2ircu

Examples

CLI

hws HOSTNAME -t linux -f LSIsas2ircu --ssh -u USER --sudo-command-list /opt/lsi/bin/sas2ircu

hws-config.yaml

hosts:
- host:
    hostname: <HOSTNAME> # Change with actual host name
    type: linux
  selectedConnectors: [ LSIsas2ircu ] # Optional, to load only this connector
  ssh:
    username: <USERNAME> # Change with actual credentials
    password: <PASSWORD> # Encrypted using hws-encrypt
    useSudo: true
    useSudoCommands: [ "/opt/lsi/bin/sas2ircu" ]

Connector Activation Criteria

The LSI sas2ircu Managed Raid Controllers connector will be automatically activated, and its status will be reported as OK if all the below criteria are met:

  • The command below succeeds on the monitored host
    • Command: /opt/lsi/bin/sas2ircu
    • Output contains: SAS2IRCU: No command specified (regex)
  • The command below succeeds on the monitored host
    • Command: /opt/lsi/bin/sas2ircu LIST
    • Output contains: ^[0-9].*SAS.*:.*:.*: (regex)
  • The command below succeeds on the monitored host
    • Command: /bin/sh %EmbeddedFile(1)%
    • Output contains: Device is a (regex)

Metrics

Type Collected Metrics Specific Attributes (Labels)
Disk Controller
  • hw.status{hw.type="disk_controller",state="present"}
  • info
  • firmware_version
  • model
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
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
  • model
  • serial_number
  • vendor
No results.