swSensorStatus
OBS ✓
SWSYSTEM-MIB ·
.1.3.6.1.4.1.1588.2.1.1.1.1.22.1.3
Object
column Enumeration
The current status of the sensor.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Sensors
Explore Observium network monitoring
Context
- MIB
- SWSYSTEM-MIB
- OID
.1.3.6.1.4.1.1588.2.1.1.1.1.22.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- swSensorEntry
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 'SWSYSTEM-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWSYSTEM-MIB::swSensorStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SWSYSTEM-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SWSYSTEM-MIB::swSensorStatus.<swSensorIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SWSYSTEM-MIB' -M '/opt/observium/mibs/brocade:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SWSYSTEM-MIB::swSensorStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | faulty |
3 | below-min |
4 | nominal |
5 | above-max |
6 | absent |