[BACK]Return to sensorsd.conf CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/sensorsd.conf, Revision 1.8

1.8     ! cnst        1: # $OpenBSD: sensorsd.conf,v 1.7 2007/05/30 07:49:37 cnst Exp $
1.1       grange      2:
                      3: #
                      4: # Sample sensorsd.conf file. See sensorsd.conf(5) for details.
                      5: #
                      6:
                      7: # +5 voltage (volts)
1.4       deraadt     8: #hw.sensors.lm0.volt3:low=4.8V:high=5.2V
1.1       grange      9:
                     10: # +12 voltage (volts)
1.4       deraadt    11: #hw.sensors.lm0.volt4:low=11.5V:high=12.5V
1.1       grange     12:
                     13: # Chipset temperature (degrees Celsius)
1.4       deraadt    14: #hw.sensors.lm0.temp0:high=50C
1.1       grange     15:
                     16: # CPU temperature (degrees Celsius)
1.4       deraadt    17: #hw.sensors.lm0.temp1:high=60C
1.1       grange     18:
                     19: # CPU fan (RPM)
1.4       deraadt    20: #hw.sensors.lm0.fan1:low=3000
1.3       mickey     21:
1.7       cnst       22: # ignore certain indicators on ipmi(4)
                     23: #hw.sensors.ipmi0.indicator1:istatus
1.5       cnst       24:
                     25: # Warn if any temperature sensor is over 70 degC.
                     26: # This entry will match only those temperature sensors
1.8     ! cnst       27: # that don't have their own entry.
1.5       cnst       28: #temp:high=70C
1.2       mickey     29:
1.7       cnst       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