powerSupplyStatus
OBS ✓
TPT-RESOURCE-MIB ·
.1.3.6.1.4.1.10734.3.3.2.5.9.4.1.2
Object
column ResourceState
If the device has dual power supplies and power supply monitoring is enabled, this value indicates whether one or both power supplies is functional (red or green respectively). Otherwise the value is unknown.
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
- TPT-RESOURCE-MIB
- OID
.1.3.6.1.4.1.10734.3.3.2.5.9.4.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- resourcePowerSupplyEntry
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 'TPT-RESOURCE-MIB' -M '/opt/observium/mibs/trendmicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPT-RESOURCE-MIB::powerSupplyStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPT-RESOURCE-MIB' -M '/opt/observium/mibs/trendmicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPT-RESOURCE-MIB::powerSupplyStatus.<powerSupplyUnitIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPT-RESOURCE-MIB' -M '/opt/observium/mibs/trendmicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPT-RESOURCE-MIB::powerSupplyStatus'
Syntax
- Source
- ResourceState
- Base type
Enumeration
Values & Constraints
Type Values
0 | unknown |
1 | red |
2 | yellow |
3 | green |