[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Temperature Graphs
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Temperature Graphs
- From: <doctor (at) makelofine.org>
- Date: Wed, 28 Jan 2009 18:47:58 +0100
- References: <c6fda93d0901250829i71cb81capfe52a152b37f05c7 (at) mail.gmail.com> <200901251938.21741.stef.coene (at) docum.org> <58EF0861D3A1A04182720B3A5231C7C203E7037B (at) usplm205.amer.corp.eds.com> <c6fda93d0901261853s1d00d58dk5c0fd7b12856ca3b (at) mail.gmail.com> <C76DE1C678818B4E9D7722DA7D47897B75A4A56447 (at) OMAHA.pgx.local> <c6fda93d0901280733w5fdea4abke72d2afdf61dc8ca (at) mail.gmail.com>
- User-agent: RoundCube Webmail/0.2-beta
On Wed, 28 Jan 2009 10:33:42 -0500, Patrick Nixon <pnixon (at) gmail.com> wrote:
> The boxes I'm monitoring are windows box, so I had to go a slightly
> convulted route to get the temperature information
>
> 1.) Install SpeedFan to enable monitoring for the desired temperature
> probes
> 2.) Configure SpeedFan to run as a service at boot up to enable
> non-login monitoring
> 3.) Installed ActiveState Perl to run the script to extract the
> temperature information out of SpeedFan's log file and output the file
> into BBNT's saved logs directory
> 4.) Configured Windows to run the temp perl script every five minutes
>
> In terms of Linux servers, I know there are scripts out there that
> will work on lm-sensors and you may have to tweak them to get the
> right output, but I don't imagine it will be hard. I just don't have
> any linux boxes in this setup that have a working lm-sensors setup.
>
> If you'd like the script I wrote, even though it's probably horrible
> perl, I can post it up.
>
> --Pat
>
> On Tue, Jan 27, 2009 at 3:34 PM, Gavin Leonard <gleonard (at) progrexion.com>
> 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:pnixon (at) gmail.com]
>> Sent: Monday, January 26, 2009 7:54 PM
>> To: hobbit (at) hswn.dk
>> 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!
>>
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
On my side, I'm monitoring almost only linuxes. I wrote a script to get
temp/speed/voltages from sensors using lm-sensors (and hddtemp for hdd
temp...)
it's tested on a few different machines (like 4), but seems to be not too
much buggy.
You can get it here :
https://www.makelofine.org/xymon-plugins/hobbit-hardware-v0.1.tar.bz2
If you take it, just tell me if you changed something in, so i'll include
your changes.