temperaturePrecision
IT-WATCHDOGS-MIB-V3 ·
.1.3.6.1.4.1.17373.3.1.9
Object
scalar r/w
Enumeration
Temperature Precision:
0 = degree: whole degree (value X 1)
1 = deci-degree: tenths of a degree (value X 10)
ex. 550 = 55.0 degrees
Context
- MIB
- IT-WATCHDOGS-MIB-V3
- OID
.1.3.6.1.4.1.17373.3.1.9- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- deviceInfo
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'IT-WATCHDOGS-MIB-V3' -M '/opt/observium/mibs/itwatchdogs:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'IT-WATCHDOGS-MIB-V3::temperaturePrecision.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'IT-WATCHDOGS-MIB-V3' -M '/opt/observium/mibs/itwatchdogs:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'IT-WATCHDOGS-MIB-V3::temperaturePrecision'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | degree |
1 | deciDegree |