diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-11 21:20:11 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-07-11 21:20:11 +0000 |
commit | 2a8a44b299e5568a60f06fc0b9e26e4ff072a435 (patch) | |
tree | b8068587075e7f2fd4cba5cfa42634b100aa2976 /etc/examples/sensorsd.conf | |
parent | 652022f3d4f6867978fa8f06f0ee51613193d51d (diff) |
Move more files into the examples directory...
Diffstat (limited to 'etc/examples/sensorsd.conf')
-rw-r--r-- | etc/examples/sensorsd.conf | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/etc/examples/sensorsd.conf b/etc/examples/sensorsd.conf new file mode 100644 index 00000000000..fc71e13161b --- /dev/null +++ b/etc/examples/sensorsd.conf @@ -0,0 +1,49 @@ +# $OpenBSD: sensorsd.conf,v 1.1 2014/07/11 21:20:10 deraadt Exp $ + +# +# Sample sensorsd.conf file. See sensorsd.conf(5) for details. +# + +# +5 voltage (volts) +#hw.sensors.lm0.volt3:low=4.8V:high=5.2V + +# +12 voltage (volts) +#hw.sensors.lm0.volt4:low=11.5V:high=12.5V + +# Chipset temperature (degrees Celsius) +#hw.sensors.lm0.temp0:high=50C + +# CPU temperature (degrees Celsius) +#hw.sensors.lm0.temp1:high=60C + +# CPU fan (RPM) +#hw.sensors.lm0.fan1:low=3000 + +# ignore certain indicators on ipmi(4) +#hw.sensors.ipmi0.indicator1:istatus + +# Warn if any temperature sensor is over 70 degC. +# This entry will match only those temperature sensors +# that don't have their own entry. +#temp:high=70C + + +# By default, sensorsd(8) reports status changes of all sensors that +# keep their state. Uncomment the following lines if you want to +# suppress reports about status changes of specific sensor types. + +#temp:istatus +#fan:istatus +#volt:istatus +#acvolt:istatus +#resistance:istatus +#power:istatus +#current:istatus +#watthour:istatus +#amphour:istatus +#indicator:istatus +#raw:istatus +#percentage:istatus +#illuminance:istatus +#drive:istatus +#timedelta:istatus |