<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Henrik Stoerner wrote:
<blockquote cite="mid20050128133939.GC1295@hswn.dk" type="cite">
  <pre wrap="">On Fri, Jan 28, 2005 at 04:47:27AM -0700, Charles Jones wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">I'm assuming this wont work with Hobbit, since Hobbit stores the rrd 
files differently.  Do you think temperature-larrd.pl could be modified 
to run on the Hobbit server and work? Or should I instead attempt to 
hack the client temperature.sh to send the temp as a data message and 
then create a do_temp.c module?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
I looked at converting temperature-larrd.pl when doing the Hobbit
larrd stuff, but I couldn't find the script that feeds it - and
without some idea of what the input data looks like, it's a bit hard
to do the data collection.

Where can I find the client side script ? Or perhaps you can just send
me a sample of the status it reports.
  </pre>
</blockquote>
The client script is on deadcat.net -
<a class="moz-txt-link-freetext" href="http://www.deadcat.net/viewfile.php?fileid=501">http://www.deadcat.net/viewfile.php?fileid=501</a><br>
Here is a sample status message, from my BigBrother server that is
using it:<br>
logs]# cat *temp<br>
green Fri Jan 28 09:13:19 MST 2005 Temperature status:<br>
Device             Temp(C)  Temp(F)<br>
-----------------------------------<br>
&green AMBIENT            24       75<br>
&green CPU0               40      104<br>
&green CPU1               40      104<br>
&green CPU2               40      104<br>
&green CPU3               40      104<br>
-----------------------------------<br>
Status green: All devices look okay<br>
<br>
Status unchanged in 5.12 hours<br>
Status message received from 1.2.3.4<br>
<br>
Note that the output can vary depending on which kind of machine
temperature.sh is run on, but I believe they all have AMBIENT so thats
the main value we want to grab and trend<br>
<blockquote cite="mid20050128133939.GC1295@hswn.dk" type="cite">
  <pre wrap="">

  </pre>
  <blockquote type="cite">
    <pre wrap="">Speaking of this, it sure would be nice to have some sort of plugin 
system, or something for easily creating custom graphs. I can think of 
many uses for simple one-element graphs (temperature, emails sent per 
day, etc).
    </pre>
  </blockquote>
  <pre wrap=""><!---->
You mean doing it in C is too hard :-)
  </pre>
</blockquote>
Okay ya got me there :P<br>
<blockquote cite="mid20050128133939.GC1295@hswn.dk" type="cite">
  <pre wrap="">
The current work-around is to enable the hobbitd_filestore module to
save status- and data-reports to files, the way Big Brother does.

There's an option for hobbitd_filestore so you need not save all
status logs on disk, but only the ones you want to process with some
other tool.
  </pre>
</blockquote>
Blah...I'm trying to not use any of the backwards compatible
features...I want new and improved all the way :-)  <br>
</body>
</html>