nrelease - fix/improve livecd
[dragonfly.git] / etc / sensorsd.conf
... / ...
CommitLineData
1# $OpenBSD: sensorsd.conf,v 1.8 2007/08/14 19:02:02 cnst Exp $
2# $DragonFly: src/etc/sensorsd.conf,v 1.1 2007/10/02 12:57:00 hasso Exp $
3
4#
5# Sample sensorsd.conf file. See sensorsd.conf(5) for details.
6#
7
8# +5 voltage (volts)
9#hw.sensors.lm0.volt3:low=4.8V:high=5.2V
10
11# +12 voltage (volts)
12#hw.sensors.lm0.volt4:low=11.5V:high=12.5V
13
14# Chipset temperature (degrees Celsius)
15#hw.sensors.lm0.temp0:high=50C
16
17# CPU temperature (degrees Celsius)
18#hw.sensors.lm0.temp1:high=60C
19
20# CPU fan (RPM)
21#hw.sensors.lm0.fan1:low=3000
22
23# ignore certain indicators on ipmi(4)
24#hw.sensors.ipmi0.indicator1:istatus
25
26# Warn if any temperature sensor is over 70 degC.
27# This entry will match only those temperature sensors
28# that don't have their own entry.
29#temp:high=70C
30
31
32# By default, sensorsd(8) reports status changes of all sensors that
33# keep their state. Uncomment the following lines if you want to
34# suppress reports about status changes of specific sensor types.
35
36#temp:istatus
37#fan:istatus
38#volt:istatus
39#acvolt:istatus
40#resistance:istatus
41#power:istatus
42#current:istatus
43#watthour:istatus
44#amphour:istatus
45#indicator:istatus
46#raw:istatus
47#percentage:istatus
48#illuminance:istatus
49#drive:istatus
50#timedelta:istatus