atEnvMonv2PsbSensorStatus
OBS ✓
AT-ENVMONv2-MIB ·
.1.3.6.1.4.1.207.8.4.4.3.12.4.2.1.6
Object
column Enumeration
An indication of whether this environmental sensor is currently in an alarm condition. A value of 'failed(1)' indicates that the device is in a failure condition, 'good(2)' indicates that the device is functioning normally. 'notPowered(3)' indicates that the PSU power input sensor for this PSU is showing no input power. notPresent(4) indicates that the presence sensor for this PSU indicates that the PSU is not present.
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
- AT-ENVMONv2-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.3.12.4.2.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- atEnvMonv2PsbSensorEntry
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 'AT-ENVMONv2-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-ENVMONv2-MIB::atEnvMonv2PsbSensorStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-ENVMONv2-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-ENVMONv2-MIB::atEnvMonv2PsbSensorStatus.<atEnvMonv2PsbSensorStackMemberId>.<atEnvMonv2PsbSensorBoardIndex>.<atEnvMonv2PsbSensorIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-ENVMONv2-MIB' -M '/opt/observium/mibs/allied:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-ENVMONv2-MIB::atEnvMonv2PsbSensorStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | failed |
2 | good |
3 | notPowered |
4 | notPresent |