[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] hobbit-clients.cfg not working?
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] hobbit-clients.cfg not working?
- From: "Gary Baluha" <gumby3203 (at) gmail.com>
- Date: Wed, 31 Oct 2007 09:29:01 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; bh=XIhvBTLebBleGRGM+7e2B08RD8q8JyxVrz7FwUig/Xk=; b=iBjTT5pZbe5B0E7emFJDqKsEusMjEBaAd4slR/pF/2w3L6HM7pVZE65tmuN6GuFUJiHWM5mZ4IA7cHlGSZ+Np3muXZHz9MojFsiTbPn7HOZU27Ay22Odv/5tiprqwgmb9RfT8MraKtgbyPZQ6B1TJzTaZWN3JDGcV/FL9Eadk/Y=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=ahEHsGKO3Eltj6YfnrfFx83cc+jWruo9UJ+qug3C+2VsnOST7OpSdswOXypHLRSo24nDTQTf9BsewjAmuMI2tAdZRPyEVTKDFruPvwyFK4Hz8qgI3lw5bp2CbVcKNPNMkHlgtwL1MxRtt/4Bwq2laJvt/iRntKRvYvBY/4GlWE4=
- References: <c72ed9370710240553g185018c6t905967fac6c1e100 (at) mail.gmail.com> <c72ed9370710240604p307a53aaq4b5ee73d88c9e416 (at) mail.gmail.com> <471F465D.2010702 (at) wi.rr.com> <c72ed9370710240635n7cb70666q53faefbfa08911b2 (at) mail.gmail.com> <29f517690710251116s4f2877b5v2cea579e69ff561f (at) mail.gmail.com> <c72ed9370710300400l30247189l75f992f90597e50a (at) mail.gmail.com> <29f517690710300630r6a3553a8h261f75486e67a30c (at) mail.gmail.com> <c72ed9370710300637m14093f07pa332884d68ebea40 (at) mail.gmail.com> <29f517690710300728u6a450f5fmdb4bfd29c3edaf8b (at) mail.gmail.com> <20071030215624.GB15721 (at) hswn.dk>
On 10/30/07, Henrik Stoerner <henrik (at) hswn.dk> wrote:
>
> On Tue, Oct 30, 2007 at 10:28:25AM -0400, Gary Baluha wrote:
> > Henrik can correct me if I'm wrong, but from my experience, Hobbit
> matches
> > the data coming in to it from the clients by IP address (as well as
> using
> > the IP address for network tests). I haven't figured out exactly where
> the
> > name comes into play, but it seems to use the name from the second field
> > after the IP address is processed. If the name and IP don't match and
> there
> > isn't a CLIENT: field, it seems to get confused.
>
> Actually, Hobbit doesn't use the IP for any matching of client data with
> the hosts that Hobbit knows about. This all happens based on the
> hostname that the client reports, and the hostnames in the bb-hosts
> file.
Ah, right. IP is just for network tests then, correct?
The client usually picks up the hostname from the "uname -n" command
> output, and uses this when reporting data to Hobbit. Hobbit then looks
> for this name in the bb-hosts file (2nd column) and if there's a match,
> that one is used. However, it often happens that these names do not
> match - typically there's a fully-qualified hostname in one place, and a
> plain hostname with no domain in the other. To handle this, you can use
> the CLIENT tag to tell Hobbit about the "alias" name that the client
> uses.
>