powerState
OBS ✓
WRI-POWER-MIB ·
.1.3.6.1.4.1.3807.1.8012.1.2.1.1.3
Object
column Enumeration
power state, 0:normal,1:voltage lack,2:voltage overload.
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
- WRI-POWER-MIB
- OID
.1.3.6.1.4.1.3807.1.8012.1.2.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- powerEntry
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 'WRI-POWER-MIB' -M '/opt/observium/mibs/fiberhome:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WRI-POWER-MIB::powerState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'WRI-POWER-MIB' -M '/opt/observium/mibs/fiberhome:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'WRI-POWER-MIB::powerState.<powerIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'WRI-POWER-MIB' -M '/opt/observium/mibs/fiberhome:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'WRI-POWER-MIB::powerState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | normal |
1 | voltagelack |
2 | voltageoverload |