I'm trying to trace why my rrd file isn't being created.  Maybe it has something to do with the output of my script?  If I run the following command it shows the transmission is successful.<br><br>root@tice:/home/hobbit# /home/hobbit/client/bin/bb --debug <a href="http://127.0.0.1">127.0.0.1</a> "data tice.blocked `cat /blocks.txt`"<br>
2008-04-01 11:07:18 Transport setup is:<br>2008-04-01 11:07:18 bbdportnumber = 1984<br>2008-04-01 11:07:18 bbdispproxyhost = NONE<br>2008-04-01 11:07:18 bbdispproxyport = 0<br>2008-04-01 11:07:18 Recipient listed as '<a href="http://127.0.0.1">127.0.0.1</a>'<br>
2008-04-01 11:07:18 Standard BB protocol on port 1984<br>2008-04-01 11:07:18 Will connect to address <a href="http://127.0.0.1">127.0.0.1</a> port 1984<br>2008-04-01 11:07:18 Connect status is 0<br>2008-04-01 11:07:18 Sent 38 bytes<br>
2008-04-01 11:07:18 Closing connection<br><br>If I look into the hobbit logs it's not showing anything useful (in fact, the logs aren't even updated after the command is run).<br><br>So my question is, after the transmission of the data to the server, what happens?  Also, there is plenty of documentation out there on how to format a custom STATUS message, but I can't find anything for a custom DATA message (e.g. do I leave the $COLOR in the command, etc.?).  How should DATA messages be configured?<br>
<br>Any help would be appreciated.<br><br>Matt<br>