entPhySensorValue

ASTERFUSION-MIB · .1.3.6.1.2.1.99.1.1.1.4

Object

The most recent measurement obtained by the agent for this
sensor.
              
To correctly interpret the value of this object, the
associated entPhySensorType, entPhySensorScale, and
entPhySensorPrecision objects must also be examined.

Context

MIB
ASTERFUSION-MIB
OID
.1.3.6.1.2.1.99.1.1.1.4
Type
column
Access
readonly
Status
current
Parent
entPhySensorEntry

Walk 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 'ASTERFUSION-MIB' -M '/opt/observium/mibs/asterfusion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASTERFUSION-MIB::entPhySensorValue'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASTERFUSION-MIB' -M '/opt/observium/mibs/asterfusion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASTERFUSION-MIB::entPhySensorValue.<entPhysicalIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASTERFUSION-MIB' -M '/opt/observium/mibs/asterfusion:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASTERFUSION-MIB::entPhySensorValue'

Syntax

Source
EntitySensorValue
Base type
Integer32
Type Description
An object using this data type represents an Entity Sensor
value.
An object of this type SHOULD be defined together with
objects of type EntitySensorDataType, EntitySensorDataScale
and EntitySensorPrecision.  Together, associated objects of
those three types are used to identify the semantics of an
object of this data type.
          
The semantics of an object using this data type are
determined by the value of the associated
EntitySensorDataType object.
          
If the associated EntitySensorDataType object is equal to
'voltsAC(3)', 'voltsDC(4)', 'amperes(5)', 'watts(6),
'hertz(7)', 'celsius(8)', or 'cmm(11)', then an object of
this type MUST contain a fixed point number ranging from
-999,999,999 to +999,999,999.  The value -1000000000
indicates an underflow error. The value +1000000000
indicates an overflow error.  The EntitySensorPrecision
indicates how many fractional digits are represented in the
associated EntitySensorValue object.
          
If the associated EntitySensorDataType object is equal to
'percentRH(9)', then an object of this type MUST contain a
number ranging from 0 to 100.
          
If the associated EntitySensorDataType object is equal to
'rpm(10)', then an object of this type MUST contain a number
ranging from -999,999,999 to +999,999,999.
          
If the associated EntitySensorDataType object is equal to
'truthvalue(12)', then an object of this type MUST contain
either the value 'true(1)' or the value 'false(2)'.
          
If the associated EntitySensorDataType object is equal to
'other(1)' or unknown(2)', then an object of this type MUST
contain a number ranging from -1000000000 to 1000000000.

Values & Constraints

Type Constraints
range: -1000000000..1000000000