SWRAID-MIB
12 objects
This MIB module defines objects for Linux software RAID monitoring.
Imported Objects
| SNMPv2-SMI | Gauge32 Integer32 MODULE-IDENTITY OBJECT-TYPE |
| SNMPv2-TC | DisplayString TEXTUAL-CONVENTION |
| UCD-SNMP-MIB | ucdExperimental |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.2021.13.18 | IdentityswRaidMIB | This MIB module defines objects for Linux software RAID monitoring. | ||
| 1.3.6.1.4.1.2021.13.18.1 | TableswRaidTable | not-accessible | current | Table of software RAID devices. |
| 1.3.6.1.4.1.2021.13.18.1.1 | RowswRaidEntry | not-accessible | current | An entry containing a RAID device. |
| 1.3.6.1.4.1.2021.13.18.1.1.1 | ColumnswRaidIndex | read-only | current | Reference index for each observed device. |
| 1.3.6.1.4.1.2021.13.18.1.1.2 | ColumnswRaidDevice | read-only | current | The name of the RAID device. |
| 1.3.6.1.4.1.2021.13.18.1.1.3 | ColumnswRaidPersonality | read-only | current | The personality of this RAID device. |
| 1.3.6.1.4.1.2021.13.18.1.1.4 | ColumnswRaidUnits | read-only | current | The names of all RAID units. |
| 1.3.6.1.4.1.2021.13.18.1.1.5 | ColumnswRaidUnitCount | read-only | current | The number of units within this RAID device. |
| 1.3.6.1.4.1.2021.13.18.1.1.6 | ColumnswRaidStatus | read-only | current | The status of this RAID device. |
| 1.3.6.1.4.1.2021.13.18.100 | ScalarswRaidErrorFlag | read-only | current | A error flag to indicate trouble with any RAID device. |
| 1.3.6.1.4.1.2021.13.18.101 | ScalarswRaidErrMessage | read-only | current | An error message describing the problem. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| RaidStatusTC | INTEGER { inactive(1), active(2), faulty(3) } | current | Status of RAID device inactive(1) indicates that the RAID device is inactive active(2) indicates that the RAID device is working faulty(3) indicates that the RAID device is working but faulty |