[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [xymon] Xymon 4.3.0 beta 3 xymonproxy issue
- To: xymon (at) xymon.com
- Subject: Re: [xymon] Xymon 4.3.0 beta 3 xymonproxy issue
- From: Henrik "Størner" <henrik (at) hswn.dk>
- Date: Mon, 6 Dec 2010 10:10:00 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <1525455307.431.1291288067992.JavaMail.root (at) zimbra.minas.fr> <30778784.433.1291288173044.JavaMail.root (at) zimbra.minas.fr>
- User-agent: nn/6.7.3
In <30778784.433.1291288173044.JavaMail.root (at) zimbra.minas.fr> Olivier AUDRY <olivier (at) audry.fr> writes:
>my setup :
> xymonproxy listen on vip1 on port 1984
> he send information to a local xymond on 127.0.0.1 and port 1984
> he send information to a local xymonproxy1 listen on 127.0.0.1 and port 1985
> xymonproxy1 send information to vip2 on port 1984
> he send information to a local xymonproxy2 listen on 127.0.0.1 and port 1986
> xymonproxy2 send information to vip3 on port 1984
I don't understand this. Why are you running xymonproxy1 and xymonproxy2,
if they are merely pass-through to vip2 and vip3 ? A simpler setup would
be
xymonproxy listen on vip1 on port 1984
he send information to a local xymond on 127.0.0.1 and port 1984
he send information to a xymond on vip 2 port 1984
he send information to a xymond on vip 3 port 1984
>I do a xymon --timeout=5 127.0.0.1 "xymondboard" everything is ok.
This hits your local xymond task, so it definitely should work.
> But if I do a xymon --timeout=5 vip1 "xymondboard" is not working.
I don't think it ever did. The proxy only forwards a response to
these commands: ping, config, query and download. This is unchanged
since at least 4.2.0.
Regards,
Henrik