diff options
author | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-05-29 02:02:13 +0000 |
---|---|---|
committer | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2007-05-29 02:02:13 +0000 |
commit | 58a580912f38a3e223832989130353a28c1b06cb (patch) | |
tree | ea8d4514eeee41f9a6b5a8a498ddfd74f0578979 /etc/sensorsd.conf | |
parent | ba34ded03b462b7ce440edfef79fdec941252b5b (diff) |
for sensorsd.conf entries, let's do matching by sensor type if maching by complete sysctl name does not yield anything; ok henning, otto
Diffstat (limited to 'etc/sensorsd.conf')
-rw-r--r-- | etc/sensorsd.conf | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/etc/sensorsd.conf b/etc/sensorsd.conf index ac4e16d385d..ec640f964f2 100644 --- a/etc/sensorsd.conf +++ b/etc/sensorsd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sensorsd.conf,v 1.4 2006/12/23 17:49:53 deraadt Exp $ +# $OpenBSD: sensorsd.conf,v 1.5 2007/05/29 02:02:12 cnst Exp $ # # Sample sensorsd.conf file. See sensorsd.conf(5) for details. @@ -19,8 +19,14 @@ # CPU fan (RPM) #hw.sensors.lm0.fan1:low=3000 -# Intrusion detection (on ipmi) -#hw.sensors.ipmi0.indicator0: +# Notify about indicator status changes, +# e.g. on intrusion detection on ipmi +#indicator: -# RAID volume sd0 status -#hw.sensors.ami0.drive0: +# 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: |