I experienced the same problem on my network and added the following
lines to the hobbitclient.cfg.  This change can be propogated to
all servers without customizing the config file.<br>
<br>
MACHINE="$MACHINE.domain.com"<br>
MACHINEDOTS="$MACHINE"<br><br><div><span class="gmail_quote">On 7/31/05, <b class="gmail_sendername">Henrik Stoerner</b> <<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Tue, Jul 26, 2005 at 12:40:26PM +0200, Dirk Kastens wrote:<br>> I just installed the new hobbit client on one of our<br>> linux machines. It didn't send data to the hobbit<br>> server until I changed its hostname to a fully
<br>> qualified name. The bb client has the option FQDN<br>> that must be set to "true" if the server needs<br>> a fully qualified name. What about the hobbit<br>> client?<br><br>By default, the Hobbit client sends in reports using
<br>the name provided by "uname -n". If this is not the<br>name that is used in the Hobbit servers' bb-hosts file,<br>then the Hobbit server will silently discard these data<br>as being from an "unknown" host.
<br><br>So you have three possibilities:<br><br>1) Make the client report their status with the same<br>   hostname that you use in the Hobbit servers' bb-hosts<br>   file. Do this by adding a<br>      MACHINEDOTS="<a href="http://my.host.name">
my.host.name</a>"<br>   entry in the clients' client/etc/hobbitclient.cfg file.<br><br>2) Same as 1), but done on the server side by modifying<br>   the servers' bb-hosts file<br><br>3) Tell the server about the other hostname used by the
<br>   client, by adding a "CLIENT:clienthostname" tag to the<br>   the hosts' entry in the servers' bb-hosts file.<br><br>I recommend 1) since that is the cleanest way of doing it.<br><br><br>Regards,<br>Henrik
<br><br><br>To unsubscribe from the hobbit list, send an e-mail to<br><a href="mailto:hobbit-unsubscribe@hswn.dk">hobbit-unsubscribe@hswn.dk</a><br><br><br></blockquote></div><br>