=================================================================== RCS file: /cvs/nagios/check_hw_sensors/index.html,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- nagios/check_hw_sensors/index.html 2007/01/06 03:27:53 1.6 +++ nagios/check_hw_sensors/index.html 2008/03/10 17:31:12 1.7 @@ -3,7 +3,8 @@

Nagios Check - check_hw_sensors

check_hw_sensors plugin for Nagios monitors sysctl hw.sensors on OpenBSD

With the new sensor framework in OpenBSD 3.9, I wanted to be able to monitor the new hw.sensors from Nagios and this is what I have. The documentation is a bit thin and I don't know how reliable it is. I would be happy to accept patches. Send them to andrew+nagios@rraz.net. I know the docs aren't as good as I would like, so if there are places that need clarification, please let me know!

-

New in this release is support for the new 2 level sensors in OpenBSD 4.0-current. They seem way more better, and I may change some stuff to only support that version after I get all my machines moved to 4.1

+

New in this release is support for the new 2 level sensors in OpenBSD 4.0-current. They seem way more better, and I may change some stuff to only support that version after I get all my machines moved to 4.1.

+

They changed the output again, so 1.23 is an update to fix that.

It has the ability to check the sensors that report their status. Since many sensors support this, it can make the size of your sensorsd.conf much smaller. For example, check_hw_sensors will automatically check these two sensors:

-

Download the current version here

+

Download the current version here

Please be sure to support the OpenBSD project by purchasing @@ -112,15 +113,27 @@
 RCS file: /cvs/scripts/Admin scripts/check_hw_sensors/check_hw_sensors,v
 Working file: check_hw_sensors
-head: 1.22
+head: 1.25
 branch:
 locks: strict
 access list:
 symbolic names:
 keyword substitution: kv
-total revisions: 22;	selected revisions: 22
+total revisions: 25;    selected revisions: 25
 description:
 ----------------------------
+revision 1.25
+date: 2008/03/10 16:21:53;  author: andrew;  state: Exp;  lines: +5 -5
+Fix it for sensors with more than 1 digit at the end.
+----------------------------
+revision 1.24
+date: 2007/02/14 21:59:10;  author: andrew;  state: Exp;  lines: +5 -4
+Add an idea to the TODO list.
+----------------------------
+revision 1.23
+date: 2007/01/22 02:38:35;  author: andrew;  state: Exp;  lines: +8 -5
+again they change the output!
+----------------------------
 revision 1.22
 date: 2007/01/06 03:16:41;  author: andrew;  state: Exp;  lines: +11 -4
 Support the new dual level sensors
@@ -221,7 +234,7 @@
 =============================================================================
 		

Andrew Fresh <andrew@mad-techies.org>

-

$RedRiver: index.html,v 1.5 2006/12/05 16:44:14 andrew Exp $

+

$RedRiver: index.html,v 1.6 2007/01/06 03:27:53 andrew Exp $