fsOverallStatus
NETAPP-MIB ·
.1.3.6.1.4.1.789.1.5.7.1
Object
scalar Enumeration
An indication of overall file system health. 'ok' indicates that all file systems have adequate space. 'nearlyFull' means that one or more is nearly full (more than 95% full). 'full' means that one or more are more than 98% full.
Context
- MIB
- NETAPP-MIB
- OID
.1.3.6.1.4.1.789.1.5.7.1- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- fsStatus
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETAPP-MIB::fsOverallStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETAPP-MIB' -M '/opt/observium/mibs/netapp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETAPP-MIB::fsOverallStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ok |
2 | nearlyFull |
3 | full |