Is your WHOZIT test sending the status message as "data"??  I.e., something like this:<br><br>   $BB $BBDISP "data HOSTNAME.WHOZIT ......."<br><br>If not, I don't think it will go to the data channel.  <br>
<br>Also, you might want to take a look at hobbitd_sample:<br><br>   <a href="http://hobbitmon.sourceforge.net/docs/man8/hobbitd_sample.8.html">http://hobbitmon.sourceforge.net/docs/man8/hobbitd_sample.8.html</a><br><br>It's just an example worker module that can attach to any channel and grab copies of any information passing through.  You could modify that to parse the incoming data and store just the bits you really need.<br>
<br>Ralph Mitchell<br><br><br><div class="gmail_quote">On Sun, Jun 21, 2009 at 8:20 AM, Matt Weatherford <span dir="ltr"><<a href="mailto:mbw@u.washington.edu">mbw@u.washington.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
<br>
Hi,<br>
<br>
Im migrating from Big Bro and have a test that I send back to the BB server called "WHOZIT" - I then parse those files on the BB server and generate additional and combined results pages.<br>
<br>
On Hobbit, it appears that this "storing" of data received is turned off.  I looked at my Debian Lenny configuration files for this and it looks like I have to enable "data" in my /etc/hobbit/hobbitlaunch.cfg file. This is what I did:<br>

<br>
<br>
[bbdata]<br>
        ENVFILE /usr/lib/hobbit/server/etc/hobbitserver.cfg<br>
        NEEDS hobbitd<br>
        CMD hobbitd_channel --channel=data   --log=$BBSERVERLOGS/data.log hobbitd_filestore --data<br>
<br>
<br>
<br>
restarting the hobbit server and looking later in /var/lib/hobbit/logs and /data, I only see a couple of new files for the local machine.<br>
<br>
So I dont think I understand how to configure this properly.  I am just<br>
dumping a bunch of plaintext out from my client and sending it back - I<br>
really dont even care about the status part - I just want the text, and I only need to store it for the WHOZIT test, I dont care about storing<br>
raw data files for any other test.<br>
<br>
I would appreciate a pointer to the docs or tips on how to do this.<br>
<br>
hobbit/lenny uptodate 4.2.0.dfsg-14lenny2<br>
<br>
thanks,<br>
<br>
Matt<br>
<br>
<br>
To unsubscribe from the hobbit list, send an e-mail to<br>
<a href="mailto:hobbit-unsubscribe@hswn.dk" target="_blank">hobbit-unsubscribe@hswn.dk</a><br>
<br>
<br>
</blockquote></div><br>