OPENBSD-SENSORS-MIB: View SNMP OID List / Download MIB
VENDOR: OPENBSD PROJECT
Home | MIB: OPENBSD-SENSORS-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
sensorsMIBObjects | 1.3.6.1.4.1.30155.2 |
The MIB module for gathering information from OpenBSD's kernel sensor framework. |
||
sensors | 1.3.6.1.4.1.30155.2.1 | |||
sensorNumber | 1.3.6.1.4.1.30155.2.1.1 | integer32 | read-only |
The number of sensors present on this system. |
sensorTable | 1.3.6.1.4.1.30155.2.1.2 | no-access |
A list of individual sensors. The number of entries is given by the value of sensorNumber. |
|
1.3.6.1.4.1.30155.2.1.2.1 | no-access |
An entry containing management information applicable to a particular sensor. |
||
sensorIndex | 1.3.6.1.4.1.30155.2.1.2.1.1 | integer32 | read-only |
A unique value, greater than zero, for each sensor. |
sensorDescr | 1.3.6.1.4.1.30155.2.1.2.1.2 | octet string | read-only |
A description of the sensor indicating what information the sensor is monitoring. |
sensorType | 1.3.6.1.4.1.30155.2.1.2.1.3 | integer | read-only |
Indicates the type of sensor. Enumeration: 'illuminance': 12, 'indicator': 9, 'voltsdc': 2, 'temperature': 0, 'power': 5, 'distance': 18, 'timedelta': 14, 'pressure': 19, 'voltsac': 3, 'percent': 11, 'resistance': 4, 'accel': 20, 'drive': 13, 'current': 6, 'raw': 10, 'amphour': 8, 'fan': 1, 'watthour': 7, 'angle': 17, 'freq': 16, 'humidity': 15. |
sensorDevice | 1.3.6.1.4.1.30155.2.1.2.1.4 | octet string | read-only |
The name of the sensor driver that provides the sensor. |
sensorValue | 1.3.6.1.4.1.30155.2.1.2.1.5 | octet string | read-only |
The value the sensor is currently reporting. |
sensorUnits | 1.3.6.1.4.1.30155.2.1.2.1.6 | octet string | read-only |
The units that the sensor reports in. |
sensorStatus | 1.3.6.1.4.1.30155.2.1.2.1.7 | integer | read-only |
Indicates whether the sensor value is within an acceptable range. Enumeration: 'warn': 2, 'unknown': 4, 'critical': 3, 'ok': 1, 'unspecified': 0. |