mySystemFanIsNormal
OBS ✓
MY-SYSTEM-MIB ·
.1.3.6.1.4.1.4881.1.1.10.2.1.1.21.1.2
Object
column Enumeration
This object displays whether an fan is normal or not.
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
- MY-SYSTEM-MIB
- OID
.1.3.6.1.4.1.4881.1.1.10.2.1.1.21.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mySystemFanIsNormalEntry
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 'MY-SYSTEM-MIB' -M '/opt/observium/mibs/ruijie:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MY-SYSTEM-MIB::mySystemFanIsNormal'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MY-SYSTEM-MIB' -M '/opt/observium/mibs/ruijie:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MY-SYSTEM-MIB::mySystemFanIsNormal.<mySystemFanIsNormalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MY-SYSTEM-MIB' -M '/opt/observium/mibs/ruijie:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MY-SYSTEM-MIB::mySystemFanIsNormal'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noexist |
2 | existnopower |
3 | existreadypower |
4 | normal |
5 | powerbutabnormal |
6 | unknow |