On 10/30/07, <b class="gmail_sendername">Henrik Stoerner</b> <<a href="mailto:henrik@hswn.dk">henrik@hswn.dk</a>> wrote:<div><span class="gmail_quote"></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, Oct 30, 2007 at 10:28:25AM -0400, Gary Baluha wrote:<br>> Henrik can correct me if I'm wrong, but from my experience, Hobbit matches<br>> the data coming in to it from the clients by IP address (as well as using
<br>> the IP address for network tests).  I haven't figured out exactly where the<br>> name comes into play, but it seems to use the name from the second field<br>> after the IP address is processed.  If the name and IP don't match and there
<br>> isn't a CLIENT: field, it seems to get confused.<br><br>Actually, Hobbit doesn't use the IP for any matching of client data with<br>the hosts that Hobbit knows about. This all happens based on the<br>hostname that the client reports, and the hostnames in the bb-hosts
<br>file.</blockquote><div><br>Ah, right.  IP is just for network tests then, correct? <br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The client usually picks up the hostname from the "uname -n" command<br>output, and uses this when reporting data to Hobbit. Hobbit then looks<br>for this name in the bb-hosts file (2nd column) and if there's a match,
<br>that one is used. However, it often happens that these names do not<br>match - typically there's a fully-qualified hostname in one place, and a<br>plain hostname with no domain in the other. To handle this, you can use
<br>the CLIENT tag to tell Hobbit about the "alias" name that the client<br>uses.<br></blockquote></div><br>