OPENBSD-SENSORS-MIB

File: OPENBSD-SENSORS-MIB.mib (4732 bytes)

Imported modules

SNMPv2-SMI OPENBSD-BASE-MIB SNMPv2-CONF

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Integer32 Unsigned32 TimeTicks
enterprises openBSD MODULE-COMPLIANCE
OBJECT-GROUP

Defined Types

SensorEntry  
SEQUENCE    
  sensorIndex Integer32
  sensorDescr OCTET STRING
  sensorType INTEGER
  sensorDevice OCTET STRING
  sensorValue OCTET STRING
  sensorUnits OCTET STRING
  sensorStatus INTEGER

Defined Values

sensorsMIBObjects 1.3.6.1.4.1.30155.2
The MIB module for gathering information from OpenBSD's kernel sensor framework.
MODULE-IDENTITY    

sensors 1.3.6.1.4.1.30155.2.1
OBJECT IDENTIFIER    

sensorNumber 1.3.6.1.4.1.30155.2.1.1
The number of sensors present on this system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

sensorTable 1.3.6.1.4.1.30155.2.1.2
A list of individual sensors. The number of entries is given by the value of sensorNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SensorEntry

sensorEntry 1.3.6.1.4.1.30155.2.1.2.1
An entry containing management information applicable to a particular sensor.
Status: current Access: not-accessible
OBJECT-TYPE    
  SensorEntry  

sensorIndex 1.3.6.1.4.1.30155.2.1.2.1.1
A unique value, greater than zero, for each sensor.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

sensorDescr 1.3.6.1.4.1.30155.2.1.2.1.2
A description of the sensor indicating what information the sensor is monitoring.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sensorType 1.3.6.1.4.1.30155.2.1.2.1.3
Indicates the type of sensor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER temperature(0), fan(1), voltsdc(2), voltsac(3), resistance(4), power(5), current(6), watthour(7), amphour(8), indicator(9), raw(10), percent(11), illuminance(12), drive(13), timedelta(14), humidity(15), freq(16), angle(17), distance(18), pressure(19), accel(20)  

sensorDevice 1.3.6.1.4.1.30155.2.1.2.1.4
The name of the sensor driver that provides the sensor.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sensorValue 1.3.6.1.4.1.30155.2.1.2.1.5
The value the sensor is currently reporting.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sensorUnits 1.3.6.1.4.1.30155.2.1.2.1.6
The units that the sensor reports in.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

sensorStatus 1.3.6.1.4.1.30155.2.1.2.1.7
Indicates whether the sensor value is within an acceptable range.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unspecified(0), ok(1), warn(2), critical(3), unknown(4)