SENSOR-MIB

File: SENSOR-MIB.mib (6796 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
BLUECOAT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 TEXTUAL-CONVENTION TimeStamp
TruthValue DisplayString MODULE-COMPLIANCE
OBJECT-GROUP blueCoatMgmt

Defined Types

SensorUnits  
Sensor measurement unit types. Valid values are: other : a measure other than those listed below. truthvalue : value takes { true(1), false(2) }. specialEnum : value takes user defined enumerated values. volts : electrical potential. celsius : temperature. rpm : revolutions per minute.
TEXTUAL-CONVENTION    
  INTEGER other(1), truthvalue(2), specialEnum(3), volts(4), celsius(5), rpm(6)  

SensorCode  
Interpretation of the current sensor value.
TEXTUAL-CONVENTION    
  INTEGER ok(1), unknown(2), not-installed(3), voltage-low-warning(4), voltage-low-critical(5), no-power(6), voltage-high-warning(7), voltage-high-critical(8), voltage-high-severe(9), temperature-high-warning(10), temperature-high-critical(11), temperature-high-severe(12), fan-slow-warning(13), fan-slow-critical(14), fan-stopped(15)  

ExpBase10  
Exponent base 10 for the current sensor value. For example '-1' means value*(1/10).
TEXTUAL-CONVENTION    
  INTEGER -24..24  

SensorValue  
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: true(1), false(2). For sensors of type specialEnum, this item can take any value.
TEXTUAL-CONVENTION    
  INTEGER -1000000000..1000000000  

SensorStatus  
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 broken.
TEXTUAL-CONVENTION    
  INTEGER ok(1), unavailable(2), nonoperational(3)  

DeviceSensorValueEntry  
SEQUENCE    
  deviceSensorIndex INTEGER
  deviceSensorTrapEnabled TruthValue
  deviceSensorUnits SensorUnits
  deviceSensorScale ExpBase10
  deviceSensorValue SensorValue
  deviceSensorCode SensorCode
  deviceSensorStatus SensorStatus
  deviceSensorTimeStamp TimeStamp
  deviceSensorName DisplayString

Defined Values

deviceSensorMIB 1.3.6.1.4.1.3417.2.1
The deviceSensorMIB is used to monitor the values of sensors
MODULE-IDENTITY    

deviceSensorMIBObjects 1.3.6.1.4.1.3417.2.1.1
OBJECT IDENTIFIER    

deviceSensorMIBNotifications 1.3.6.1.4.1.3417.2.1.2
OBJECT IDENTIFIER    

deviceSensorMIBNotificationsPrefix 1.3.6.1.4.1.3417.2.1.2.0
OBJECT IDENTIFIER    

deviceSensorValues 1.3.6.1.4.1.3417.2.1.1.1
OBJECT IDENTIFIER    

deviceSensorValueTable 1.3.6.1.4.1.3417.2.1.1.1.1
Table of sensors.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    DeviceSensorValueEntry

deviceSensorValueEntry 1.3.6.1.4.1.3417.2.1.1.1.1.1
An deviceSensorValueTable entry describes the present reading of a sensor, the measurement units and sensor operational status.
Status: current Access: not-accessible
OBJECT-TYPE    
  DeviceSensorValueEntry  

deviceSensorIndex 1.3.6.1.4.1.3417.2.1.1.1.1.1.1
An arbitrary value which uniquely identifies the sensor
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER 1..2147483647  

deviceSensorTrapEnabled 1.3.6.1.4.1.3417.2.1.1.1.1.1.2
This variable controls generation of deviceSensorTrap for this sensor. When this variable is true(1), generation of deviceSensorTrap is enabled. When this variable is false(2), generation of deviceSensorTrap is disabled. The default start-up value is true(1).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

deviceSensorUnits 1.3.6.1.4.1.3417.2.1.1.1.1.1.3
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 operation.
Status: current Access: read-only
OBJECT-TYPE    
  SensorUnits  

deviceSensorScale 1.3.6.1.4.1.3417.2.1.1.1.1.1.4
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 operation.
Status: current Access: read-only
OBJECT-TYPE    
  ExpBase10  

deviceSensorValue 1.3.6.1.4.1.3417.2.1.1.1.1.1.5
This variable reports the most recent measurement seen by the sensor. To correctly display or interpret this variable's value, you must also know deviceSensorUnits.
Status: current Access: read-only
OBJECT-TYPE    
  SensorValue  

deviceSensorCode 1.3.6.1.4.1.3417.2.1.1.1.1.1.6
This variable reports how to interpret deviceSensorValue by the sensor.
Status: current Access: read-only
OBJECT-TYPE    
  SensorCode  

deviceSensorStatus 1.3.6.1.4.1.3417.2.1.1.1.1.1.7
This variable indicates the present operational status of the sensor.
Status: current Access: read-only
OBJECT-TYPE    
  SensorStatus  

deviceSensorTimeStamp 1.3.6.1.4.1.3417.2.1.1.1.1.1.8
This variable indicates the age of the value reported by deviceSensorValue.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

deviceSensorName 1.3.6.1.4.1.3417.2.1.1.1.1.1.9
The textual name of the sensor.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

deviceSensorTrap 1.3.6.1.4.1.3417.2.1.2.0.1
The sensor value warrants a notification.
Status: current Access: read-only
NOTIFICATION-TYPE