OPENBSD-SENSORS-MIB
- Registered at
- 1.3.6.1.4.1.30155.2
- Last updated
- 2012-09-20 00:00
- Organization
- OpenBSD
- Revisions
- 2012-09-20 00:00, 2012-01-31 00:00, 2008-12-23 00:00
- Namespace
- openbsd
- Source file
OPENBSD-SENSORS-MIB- Digest
sha256:91dc813eeb47386d87f888418cb28b095709d19d03605664b6f1ecba2cad8de9
Description
The MIB module for gathering information from OpenBSD's kernel sensor framework.
Contact
Editor: Reyk Floeter EMail: reyk@openbsd.org WWW: http://www.openbsd.org/ Editor: Joel Knight EMail: knight.joel@gmail.com WWW: http://www.packetmischief.ca/openbsd-snmp-mibs/
Imports
| From | Symbols |
|---|---|
| OPENBSD-BASE-MIB | openBSD |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, enterprises, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
1 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
OPENBSD-BASE-MIB OPENBSD-SENSORS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| sensors OBJECT-IDENTITY | 1.3.6.1.4.1.30155.2.1 | |||
| sensorNumber OBJECT-TYPE The number of sensors present on this system. | 1.3.6.1.4.1.30155.2.1.1 | Integer32 | read-only | current |
| sensorTable OBJECT-TYPE 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 | not-accessible | current | |
| sensorEntry OBJECT-TYPE An entry containing management information applicable to a particular sensor. | 1.3.6.1.4.1.30155.2.1.2.1 | not-accessible | current | |
| sensorIndex OBJECT-TYPE A unique value, greater than zero, for each sensor. | 1.3.6.1.4.1.30155.2.1.2.1.1 | Integer32 (1..2147483647) | read-only | current |
| sensorDescr OBJECT-TYPE A description of the sensor indicating what information the sensor is monitoring. | 1.3.6.1.4.1.30155.2.1.2.1.2 | OCTET STRING | read-only | current |
| sensorType OBJECT-TYPE Indicates the type of sensor. | 1.3.6.1.4.1.30155.2.1.2.1.3 | 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)} | read-only | current |
| sensorDevice OBJECT-TYPE The name of the sensor driver that provides the sensor. | 1.3.6.1.4.1.30155.2.1.2.1.4 | OCTET STRING | read-only | current |
| sensorValue OBJECT-TYPE The value the sensor is currently reporting. | 1.3.6.1.4.1.30155.2.1.2.1.5 | OCTET STRING | read-only | current |
| sensorUnits OBJECT-TYPE The units that the sensor reports in. | 1.3.6.1.4.1.30155.2.1.2.1.6 | OCTET STRING | read-only | current |
| sensorStatus OBJECT-TYPE Indicates whether the sensor value is within an acceptable range. | 1.3.6.1.4.1.30155.2.1.2.1.7 | INTEGER {unspecified(0), ok(1), warn(2), critical(3), unknown(4)} | read-only | current |