diff options
author | Yojiro Uo <yuo@cvs.openbsd.org> | 2012-09-20 20:11:59 +0000 |
---|---|---|
committer | Yojiro Uo <yuo@cvs.openbsd.org> | 2012-09-20 20:11:59 +0000 |
commit | 862a65ad28ed788f381eaec33721df1ee8b6ee61 (patch) | |
tree | 6f03c3aec2b8c99104edb01384f26c9896b7f700 /share/snmp | |
parent | 0e23b6d7673107501af89200b19d0af5aea84086 (diff) |
add more sensor types to sensor framework.
- Pressure (10^-3 Pa)
- distance (10^-6 m)
- acceleration (10^-6 m/s^2)
ok deraadt@ reyk@
Diffstat (limited to 'share/snmp')
-rw-r--r-- | share/snmp/OPENBSD-SENSORS-MIB.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/share/snmp/OPENBSD-SENSORS-MIB.txt b/share/snmp/OPENBSD-SENSORS-MIB.txt index b478a58beab..98210c17c1d 100644 --- a/share/snmp/OPENBSD-SENSORS-MIB.txt +++ b/share/snmp/OPENBSD-SENSORS-MIB.txt @@ -1,4 +1,4 @@ --- $OpenBSD: OPENBSD-SENSORS-MIB.txt,v 1.3 2012/02/09 16:50:18 sthen Exp $ +-- $OpenBSD: OPENBSD-SENSORS-MIB.txt,v 1.4 2012/09/20 20:11:58 yuo Exp $ -- -- Copyright (c) 2006-2007 Joel Knight <knight.joel@gmail.com> -- @@ -127,7 +127,13 @@ sensorType OBJECT-TYPE percent(11), illuminance(12), drive(13), - timedelta(14) + timedelta(14), + humidity(15), + freq(16), + angle(17), + distance(18), + pressure(19), + accel(20) } MAX-ACCESS read-only STATUS current |