diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-08-23 11:18:01 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2006-08-23 11:18:01 +0000 |
commit | 3d3570b1ca15af714c5491314b0bbc1d6c10c3b2 (patch) | |
tree | e733c0c40038fa86f4bb994e9366a5321ec9bb03 /etc | |
parent | 2dab7d8c7daa0b76444e81d573047834721d7f96 (diff) |
allow monitoring sensors with their own status reporting such as ipmi or raid controllers; marco@ ok
Diffstat (limited to 'etc')
-rw-r--r-- | etc/sensorsd.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/sensorsd.conf b/etc/sensorsd.conf index 24f48c17531..242b2609e4e 100644 --- a/etc/sensorsd.conf +++ b/etc/sensorsd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: sensorsd.conf,v 1.1 2003/10/08 20:30:04 grange Exp $ +# $OpenBSD: sensorsd.conf,v 1.2 2006/08/23 11:18:00 mickey Exp $ # # Sample sensorsd.conf file. See sensorsd.conf(5) for details. @@ -18,3 +18,6 @@ # CPU fan (RPM) #hw.sensors.11:low=3000 + +# RAID volume sd0 status +#hw.sensors.18: |