Xymon Mailing List Archive search

Temperature Graphs

list Ralph Mitchell
Tue, 27 Jan 2009 22:59:22 -0600
Message-Id: <user-3275bb568ba5@xymon.invalid>

Compaq/HP used to have a Linux package for DL380 server health, but that was
for the 2.4 kernel and Redhat 7.2 about 10 years ago.  What's the OS??
Someone here might have prior experience.

Ralph Mitchell


On Tue, Jan 27, 2009 at 5:45 PM, Gavin Leonard <user-d65663809eb4@xymon.invalid>wrote:
 These are all new HP DL series servers so they should have that
capability already.. just need to configure..


-Gavin


*From:* Ralph Mitchell [mailto:user-00a5e44c48c0@xymon.invalid]
*Sent:* Tuesday, January 27, 2009 3:00 PM

*To:* user-ae9b8668bcde@xymon.invalid
*Subject:* Re: [hobbit] Temperature Graphs


If the systems don't already have their own internal heat sensors, you can
easily add a One-Wire sensor to the closet.  You can get ready-built modules
here:


http://www.hobby-boards.com/catalog/product_info.php?cPath=24&products_id=109&osCsid=efa67c007302cef289ca6efa1559e603

and either the serial or the USB adaptor:


http://www.hobby-boards.com/catalog/product_info.php?cPath=23&products_id=28

http://www.hobby-boards.com/catalog/product_info.php?cPath=23&products_id=1503

Software to read One-Wire devices is here:

   http://www.digitemp.com/software.shtml

You'll also need their cable to connect the module to the adaptor.  If
you're handy with a soldering iron you could skip the module and just get
the bare temperature sensor (DS18S20), cut one jack off a phone cord and
solder the sensor to the relevant wires.  The other jack on the phone wire
will plug directly into the adaptor.

I've got a script for reading the temps via digitemp and reporting to
Xymon, but the machine it's on is currently unreachable.

I'm not affiliated in any way to Hobby Boards, not even as a customer, but
I do have some of those sensors monitoring temps in parts of my workshop.

Ralph Mitchell

 On Tue, Jan 27, 2009 at 2:34 PM, Gavin Leonard <user-d65663809eb4@xymon.invalid>
wrote:

How is this done? I have some systems in a closet that we have problems
with heat and I would love to be able to monitor this with hobbit..

-Gavin


-----Original Message-----
From: Patrick Nixon [mailto:user-1f2406f832af@xymon.invalid]
Sent: Monday, January 26, 2009 7:54 PM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Temperature Graphs

okay,
 I figured out that Xymon can handle the temperature graph
automatically given the correct data format.

I found documented format to be:
Device             Temp(C)  Temp(F)
&green Temp1    42      90
&green Temp2    34      80
&green ACPI-Temp1       45      92


It's working all fine.

Thanks for all the help!