[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: talk to xymond on another port ?
- To: xymon (at) xymon.com
- Subject: Re: talk to xymond on another port ?
- From: Martin Flemming <martin.flemming (at) desy.de>
- Date: Thu, 18 Nov 2010 22:24:13 +0100 (CET)
- References: <alpine.LRH.2.00.1011181135420.13395 (at) pal33.desy.de>
- User-agent: Alpine 2.00 (LRH 1167 2008-08-23)
Hmm, stupid question :-(
export BBPORT=1985
or in perl
my $BBPORT = 1985;
cheers,
martin
On Thu, 18 Nov 2010, martin.flemming (at) desy.de wrote:
Hi !
i want to communicate with the xymond on my server,
where a xymonproxy is also running ..
The proxy is running with
bbproxy --servers=IP.NUM.BER:1985,IP.NUM.BER:1984
/usr/lib/hobbit/server/bin/bb IP.NUM.BER "hobbitdboard fields=hostname">
So, the xymond is running on port 1985, and the xymonproxy on 1984
Normaly i can make follows
e.g.:
remote
/usr/lib/hobbit/server/bin/bb IP.NUM.BER "hobbitdboard fields=hostname"
or local
/usr/lib/hobbit/server/bin/bb 127.0.0.1 "hobbitdboard fields=hostname"
But whats the right command for a request to xymond on a different Port ?
Thanks & cheers
Martin