[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: Mon, 26 Jan 2009 21:53:55 -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=IwZ6IxEME+9VTi2l9iJ2dY7LmpILIBt2zAfkeK5jPjI=; b=BOiBqJAQu+HW/uOrrrLwYTmx8+fEILJMOYqpCOYV1UIyTtJOnhojJ2jZ2pVQvP7bKp mG7SSsmIBRvGJUA6maK9PZV8LRNZdTq921aZRCtbS9SNjSHkDagLyMfvInsr97XYbDIF m8sFTv20lMekB2vSG5KQ9aH/My/oOm5lyhMLI=
- 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=UbhEEHvjcj+Gn1FM4F/0q1OI555P0dYZZksBSz736/Veme/OgGKfrmLm/iugjAHwcm W/T2bdjs0dfZDbMwtjSk6uj2wRSDz16dVCTIhB4Fx1Gr3V1nB2BjWraPBTJIQ4fzsC7N SOJVe9NjzaBKXGeQtK3wKOVWJQzeacyIfyRM0=
- References: <c6fda93d0901250829i71cb81capfe52a152b37f05c7 (at) mail.gmail.com> <200901251938.21741.stef.coene (at) docum.org> <58EF0861D3A1A04182720B3A5231C7C203E7037B (at) usplm205.amer.corp.eds.com>
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!