nasArrayStatus
OBS ✓
BUFFALO-NAS-MIB ·
.1.3.6.1.4.1.5227.27.1.3.1.2
Object
column Enumeration
The status of a RAID array. This value is read from the 'arrayx' line in the file at /etc/melco/diskinfo. -'NotSupport(-1)' means the RAID mode is not supported. -'off(1)' means the RAID array is not configured. -'raid0(2)' means the RAID array is being used as a RAID 0 array. -'raid1(3)' means the RAID array is being used as a RAID 1 array. -'raid5(4)' means the RAID array is being used as a RAID 5 array. -'raid6(5)' means the RAID array is being used as a RAID 6 array. -'raid10(6)' means the RAID array is being used as a RAID 10 array. -'raid50(7)' means the RAID array is being used as a RAID 50 array. -'raid51(8)' means the RAID array is being used as a RAID 51 array. -'raid60(9)' means the RAID array is being used as a RAID 60 array. -'raid61(10)' means the RAID array is being used as a RAID 61 array.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Storage
Explore Observium network monitoring
Context
- MIB
- BUFFALO-NAS-MIB
- OID
.1.3.6.1.4.1.5227.27.1.3.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nasArrayEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'BUFFALO-NAS-MIB' -M '/opt/observium/mibs/buffalo:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BUFFALO-NAS-MIB::nasArrayStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BUFFALO-NAS-MIB' -M '/opt/observium/mibs/buffalo:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BUFFALO-NAS-MIB::nasArrayStatus.<nasArrayIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BUFFALO-NAS-MIB' -M '/opt/observium/mibs/buffalo:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BUFFALO-NAS-MIB::nasArrayStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
-1 | notSupport |
1 | off |
2 | raid0 |
3 | raid1 |
4 | raid5 |
5 | raid6 |
6 | raid10 |
7 | raid50 |
8 | raid51 |
9 | raid60 |
10 | raid61 |