From 768d28e5804b3b1dc6d7dc62ff8a9458865972da Mon Sep 17 00:00:00 2001 From: cnst <> Date: Tue, 29 May 2007 02:02:12 +0000 Subject: [PATCH] for sensorsd.conf entries, let's do matching by sensor type if maching by complete sysctl name does not yield anything; ok henning, otto --- src/etc/sensorsd.conf | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/etc/sensorsd.conf b/src/etc/sensorsd.conf index ac4e16d3..ec640f96 100644 --- a/src/etc/sensorsd.conf +++ b/src/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: