=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/sensorsd.conf,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/etc/Attic/sensorsd.conf 2007/05/29 06:04:41 1.6 +++ src/etc/Attic/sensorsd.conf 2007/05/30 07:49:37 1.7 @@ -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