[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: Patrick Nixon <pnixon (at) gmail.com>
- Date: Wed, 28 Jan 2009 10:33:42 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=HC1ug3b76pmdyQj6GljKuISMznlxQzjIMOfYnQ8vIXc=; b=n1ZXF25JlST7QgAVcbbNgaYVJV6hl4gHvIqh/IswyjObm0V012nyPhTUv7ksXSRzud iJ90G6TIoIYiM5ENcqSCGTGZUucwUzuzEMe4N985fwNWLeAG7vWw7zhP6pvYJZTB2VDs PljneuXb0i7LyiKR2sMEeECJupPV5GA5PkqZc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=nusXDbFpT4rUrfj6Amaq5aSwhDTGwWIGfQnObZxTC8FBiUHZ1GzMMO1hKkzOpf+FF+ NHMZDnPwBaTlhDr6vAMOQQFzeZC5F5AOaZ7NRWlpXqC1yFbX95U34DUTY1r0Bwz0rki0 1lY+HkFbpv3UnSYpknWgIlrhIZF+mqF5lJAbg=
- 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>
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!
>