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 $
5 # Sample sensorsd.conf file. See sensorsd.conf(5) for details.
9 #hw.sensors.lm0.volt3:low=4.8V:high=5.2V
12 #hw.sensors.lm0.volt4:low=11.5V:high=12.5V
14 # Chipset temperature (degrees Celsius)
15 #hw.sensors.lm0.temp0:high=50C
17 # CPU temperature (degrees Celsius)
18 #hw.sensors.lm0.temp1:high=60C
21 #hw.sensors.lm0.fan1:low=3000
23 # ignore certain indicators on ipmi(4)
24 #hw.sensors.ipmi0.indicator1:istatus
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.
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.