[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] Hostname Lengths
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] Hostname Lengths
- From: Jerald Sheets <questy (at) gmail.com>
- Date: Tue, 9 Mar 2010 12:05:17 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=qp/LheHekp2QRo8b5y2WaPl0aHjhoy+MxwRbDZE26c8=; b=nzFnWG5C9e5K44YNosOR282OOiLOLDDDcvBFPEtOoXBE3xRHkwmUuSrw9iXp3/zNkh lk7AjQa/Y7Q35dKW9Ui+IBpw6JeiI9uS1YOYOM0yZ2j20LSjs1//b9TD4b0v1IONrpfC 9MUd+DA/2qKE991JM9/ngCbl2JSQCXQHF4Lb8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=jeBWRZc0hcdmLsimNVqCKHjLF12f8oIOVnZFOoZP2g9Dnkujo12Uuhtd6CMJJ1Hyyn VEAdfyjO4E6tbQ+MTxGHasA2ncY/sSHwGz2/ZGUQj9M/7yBAuLOMpIPzmhIf9FMmdm/l 2cHefNiA4PABsfIvALs2BJ8tqI2WJTTJvJ04A=
- References: <DC38B8001D32B049A04F9C940B3B8B361143C0073D (at) SZUKEXSERV01.shopzilla.corp>
If you mean from the Client side:
I would assume /etc/defaults/hobbit-client is in order?
If so, there's a hack I use on occasion that will help keep everything "ok".
In the /home/xymon/client/runclient.sh file, there is a variable set early
on in the script:
MACHINEDOTS="`uname -n`"
If you absolutely have to, you can comment that guy out and replace it with:
MACHINEDOTS="fully.qualified.domain"
to get whatever your hostname should be.
If you are referring to server side *after* the message is received at the
server, then I am less knowledgeable in that part. Maybe one of our friends
here could help out?
---
Jerald M. Sheets jr.
On Tue, Mar 9, 2010 at 9:38 AM, Mike Rowell <MRowell (at) shopzilla.com> wrote:
> Hi Xymonites...
>
> I've been tracking an issue with an install I have where hostnames are
> getting cut short, we have some boxes with longer than standard hostnames
> (some close to 32chars long), I've tried setting CLIENT: and that does seem
> to work but I really need a proper solution as we could have some hosts with
> domains a lot longer than this and I don't want to put exceptions in for
> everything.
>
> Any ideas, I seem to remember this issue a few years back, possibly longer
> than that but can't remember the specifics about the fix.
>
> Cheers,
>
> Mike
>
>
> To unsubscribe from the hobbit list, send an e-mail to
> hobbit-unsubscribe (at) hswn.dk
>
>
>