zpoolHealth
OBS ✓
FREENAS-MIB ·
.1.3.6.1.4.1.50536.1.1.1.1.7
Object
column ZPoolHealthType
The current health of the containing pool, as reported by zpool status.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Status
Explore Observium network monitoring
Context
- MIB
- FREENAS-MIB
- OID
.1.3.6.1.4.1.50536.1.1.1.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zpoolEntry
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 'FREENAS-MIB' -M '/opt/observium/mibs/ixsystems:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FREENAS-MIB::zpoolHealth'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FREENAS-MIB' -M '/opt/observium/mibs/ixsystems:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FREENAS-MIB::zpoolHealth.<zpoolIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FREENAS-MIB' -M '/opt/observium/mibs/ixsystems:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FREENAS-MIB::zpoolHealth'
Syntax
- Source
- ZPoolHealthType
- Base type
Enumeration
Values & Constraints
Type Values
0 | online |
1 | degraded |
2 | faulted |
3 | offline |
4 | unavail |
5 | removed |