=================================================================== RCS file: /cvs/nagios/check_hw_sensors/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- nagios/check_hw_sensors/index.html 2006/05/04 00:50:17 1.1 +++ nagios/check_hw_sensors/index.html 2006/05/04 02:31:29 1.2 @@ -4,7 +4,7 @@

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. It is currently a work in progress although it does seem to work just fine. 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!

What I think is really kewl about this plugin is that it can use the same sensorsd.conf as sensorsd. That means that they can be easily kept in sync. But, since Nagios supports both warning and critical alerts, it turned out really handy that sensorsd ignores any additional capabilities in the file. The addtional capabilities check_hw_sensors supports are described below. If you have an /etc/sensorsd.conf with the checks you want, it can be run as simply as 'check_hw_sensors -f'.

-

Download the current version here

+

Download the current version here

Please be sure to support the OpenBSD project by purchasing @@ -66,13 +66,13 @@ It can also be low: or :high with the other side left blank to only make the single check..

-

check_hw_sensors (nagios-plugins 1.4.2) 1.13
+

check_hw_sensors (nagios-plugins 1.4.2) 1.14
The nagios plugins come with ABSOLUTELY NO WARRANTY. You may redistribute copies of the plugins under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING.

Example Sensorsd.conf

-# $OpenBSD: index.html,v 1.1 2006/05/03 23:50:17 andrew Exp $
+# $OpenBSD: index.html,v 1.2 2006/05/04 01:31:29 andrew Exp $
 # $ RedRiver: sensorsd.conf,v 1.1 2006/05/03 21:48:42 andrew Exp $
 
 #
@@ -203,6 +203,6 @@
 hw.sensors.30=safte0, temp1, OK, temp, 22.78 degC / 73.00 degF
         

Andrew Fresh <andrew@mad-techies.org>

-

$RedRiver$

+

$RedRiver: index.html,v 1.1 2006/05/03 23:50:17 andrew Exp $