MIB Viewer

BLUECOAT-SG-SENSOR-MIB

22 objects
The sensor MIB is used to monitor the values of sensors
Imported Objects
BLUECOAT-MIBblueCoatMgmt
SNMPv2-SMIInteger32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
SNMPv2-TCDisplayString TEXTUAL-CONVENTION TimeStamp TruthValue
OIDNameAccessStatusDescription
1.3.6.1.4.1.3417.2.1IdentitydeviceSensorMIBThe sensor MIB is used to monitor the values of sensors
1.3.6.1.4.1.3417.2.1.1NodedeviceSensorMIBObjects
1.3.6.1.4.1.3417.2.1.1.1NodedeviceSensorValues
1.3.6.1.4.1.3417.2.1.1.1.1TabledeviceSensorValueTablenot-accessiblecurrentTable of sensors.
1.3.6.1.4.1.3417.2.1.1.1.1.1RowdeviceSensorValueEntrynot-accessiblecurrentAn deviceSensorValueTable entry describes the present reading of a sensor, the measurement units and sensor operational status.
1.3.6.1.4.1.3417.2.1.1.1.1.1.1ColumndeviceSensorIndexnot-accessiblecurrentAn arbitrary value which uniquely identifies the sensor
1.3.6.1.4.1.3417.2.1.1.1.1.1.2ColumndeviceSensorTrapEnabledread-onlycurrentThis variable controls generation of deviceSensorTrap for this sensor. When this variable is true(1), generation of deviceSensorTrap is enabled. When this vari…
1.3.6.1.4.1.3417.2.1.1.1.1.1.3ColumndeviceSensorUnitsread-onlycurrentThis variable indicates the type of data reported by the deviceSensorValue. This variable is set by the agent at start-up and the value does not change during …
1.3.6.1.4.1.3417.2.1.1.1.1.1.4ColumndeviceSensorScaleread-onlycurrentPower of 10 to apply to the value reported by the deviceSensorValue. This variable is set by the agent at start-up and the value does not change during operati…
1.3.6.1.4.1.3417.2.1.1.1.1.1.5ColumndeviceSensorValueread-onlycurrentThis variable reports the most recent measurement seen by the sensor. To correctly display or interpret this variable's value, you must also know deviceSensorU…
1.3.6.1.4.1.3417.2.1.1.1.1.1.6ColumndeviceSensorCoderead-onlycurrentThis variable reports how to interpret deviceSensorValue for the sensor.
1.3.6.1.4.1.3417.2.1.1.1.1.1.7ColumndeviceSensorStatusread-onlycurrentThis variable indicates the present operational status of the sensor.
1.3.6.1.4.1.3417.2.1.1.1.1.1.8ColumndeviceSensorTimeStampread-onlycurrentThis variable indicates the age of the value reported by deviceSensorValue.
1.3.6.1.4.1.3417.2.1.1.1.1.1.9ColumndeviceSensorNameread-onlycurrentThe textual name of the sensor.
1.3.6.1.4.1.3417.2.1.2NodedeviceSensorMIBNotifications
1.3.6.1.4.1.3417.2.1.2.0NodedeviceSensorMIBNotificationsPrefix
1.3.6.1.4.1.3417.2.1.2.0.1NotificationdeviceSensorTrapcurrentThe sensor value warrants a notification.
Type Definitions
NameSyntaxStatusDescription
ExpBase10Integer32 (-24..24)currentExponent base 10 for the current sensor value. For example '-1' means value*(1/10).
SensorCodeINTEGER { ok(1), unknown(2), notInstalled(3), voltageLowWarning(4), voltageLowCritical(5), noPower(6), voltageHighWarning(7), voltageHighCritical(8), voltageHighSevere(9), temperatureHighWarning(10), temperatureHighCritical(11), temperatureHighSevere(12), fanSlowWarning(13), fanSlowCritical(14), fanStopped(15) }currentInterpretation of the current sensor value.
SensorStatusINTEGER { ok(1), unavailable(2), nonoperational(3), notInstalled(4) }currentIndicates the operational status of the sensor. ok(1) means the agent can read the sensor value. unavailable(2) means that the agent presently can not report the sensor value. nonoperational(3) means that the sensor is …
SensorUnitsINTEGER { other(1), truthvalue(2), specialEnum(3), volts(4), celsius(5), rpm(6) }currentSensor measurement unit types. Valid values are: other(1) - a measure other than those listed below. truthvalue(2) - value takes { true(1), false(2) }. specialEnum(3) - value takes user defined enumerated values. volts(…
SensorValueInteger32 (-1000000000..1000000000)currentFor sensors that measure volts and celsius, this item is a fixed point number. For sensors that measure rpm, this item can take only nonnegative values. For sensors of type truthvalue, this item can take only two values…