coolingDeviceStatus
UNITRENDS-SNMP ·
.1.3.6.1.4.1.21865.1.4.10.2.1.5
Object
column UnitrendsStatus
Current health status of the sensor.
Context
- MIB
- UNITRENDS-SNMP
- OID
.1.3.6.1.4.1.21865.1.4.10.2.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- coolingDeviceTableEntry
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 'UNITRENDS-SNMP' -M '/opt/observium/mibs/unitrends:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'UNITRENDS-SNMP::coolingDeviceStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'UNITRENDS-SNMP' -M '/opt/observium/mibs/unitrends:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'UNITRENDS-SNMP::coolingDeviceStatus.<coolingDeviceIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'UNITRENDS-SNMP' -M '/opt/observium/mibs/unitrends:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'UNITRENDS-SNMP::coolingDeviceStatus'
Syntax
- Source
- UnitrendsStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | other |
2 | unknown |
3 | ok |
4 | nonCritical |
5 | critical |
6 | nonRecoverable |
7 | lowerCritical |
8 | upperCritical |