BLUECOAT-SG-SENSOR-MIB
22 objects
The sensor MIB is used to monitor the values of sensors
Imported Objects
| BLUECOAT-MIB | blueCoatMgmt |
| SNMPv2-SMI | Integer32 MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE |
| SNMPv2-TC | DisplayString TEXTUAL-CONVENTION TimeStamp TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.3417.2.1 | IdentitydeviceSensorMIB | The sensor MIB is used to monitor the values of sensors | ||
| 1.3.6.1.4.1.3417.2.1.1 | NodedeviceSensorMIBObjects | |||
| 1.3.6.1.4.1.3417.2.1.1.1 | NodedeviceSensorValues | |||
| 1.3.6.1.4.1.3417.2.1.1.1.1 | TabledeviceSensorValueTable | not-accessible | current | Table of sensors. |
| 1.3.6.1.4.1.3417.2.1.1.1.1.1 | RowdeviceSensorValueEntry | not-accessible | current | An 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.1 | ColumndeviceSensorIndex | not-accessible | current | An arbitrary value which uniquely identifies the sensor |
| 1.3.6.1.4.1.3417.2.1.1.1.1.1.2 | ColumndeviceSensorTrapEnabled | read-only | current | This 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.3 | ColumndeviceSensorUnits | read-only | current | This 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.4 | ColumndeviceSensorScale | read-only | current | Power 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.5 | ColumndeviceSensorValue | read-only | current | This 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.6 | ColumndeviceSensorCode | read-only | current | This variable reports how to interpret deviceSensorValue for the sensor. |
| 1.3.6.1.4.1.3417.2.1.1.1.1.1.7 | ColumndeviceSensorStatus | read-only | current | This variable indicates the present operational status of the sensor. |
| 1.3.6.1.4.1.3417.2.1.1.1.1.1.8 | ColumndeviceSensorTimeStamp | read-only | current | This variable indicates the age of the value reported by deviceSensorValue. |
| 1.3.6.1.4.1.3417.2.1.1.1.1.1.9 | ColumndeviceSensorName | read-only | current | The textual name of the sensor. |
| 1.3.6.1.4.1.3417.2.1.2 | NodedeviceSensorMIBNotifications | |||
| 1.3.6.1.4.1.3417.2.1.2.0 | NodedeviceSensorMIBNotificationsPrefix | |||
| 1.3.6.1.4.1.3417.2.1.2.0.1 | NotificationdeviceSensorTrap | current | The sensor value warrants a notification. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| ExpBase10 | Integer32 (-24..24) | current | Exponent base 10 for the current sensor value. For example '-1' means value*(1/10). |
| SensorCode | INTEGER { 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) } | current | Interpretation of the current sensor value. |
| SensorStatus | INTEGER { ok(1), unavailable(2), nonoperational(3), notInstalled(4) } | current | Indicates 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 … |
| SensorUnits | INTEGER { other(1), truthvalue(2), specialEnum(3), volts(4), celsius(5), rpm(6) } | current | Sensor 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(… |
| SensorValue | Integer32 (-1000000000..1000000000) | current | For 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… |