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