diff --git a/src/etc/sensorsd.conf b/src/etc/sensorsd.conf index 2fe1f255..e4eb6c36 100644 --- a/src/etc/sensorsd.conf +++ b/src/etc/sensorsd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sensorsd.conf,v 1.6 2007/05/29 06:04:41 jmc Exp $ +# $OpenBSD: sensorsd.conf,v 1.7 2007/05/30 07:49:37 cnst Exp $ # # Sample sensorsd.conf file. See sensorsd.conf(5) for details. @@ -19,14 +19,31 @@ # CPU fan (RPM) #hw.sensors.lm0.fan1:low=3000 -# Warn if indicator status changes, -# e.g. intrusion detection on ipmi. -#indicator: +# 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 and don't keep state. #temp:high=70C -# RAID drive status changes -#drive: + +# 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