Xymon Mailing List Archive search

Forwarding status messages

4 messages in this thread

list Russell Cook · Tue, 3 Apr 2012 17:20:09 +0100 ·
Hi,

 
I am building a new XyMon server to replace an old Hobbit installation
that is monitoring a few hundred devices. I would like to somehow like
to forward the status messages to the new server while I am testing ...
anyone have any ideas ... I thought of trying to use bbproxy, but I
suspect hobbitd needs to be stopped ... which defeats the object I
suppose.

 
Regards

Russell Cook
Senior NMS Engineer
IT Services
Capita

York House 
49-XX Victoria Road 
Farnborough, Hampshire 
GU14 7PA 
Tel: XXXXX XXX XXX
Mobile: XXXXX XXXXXX
Email: user-2c612b15e4fa@xymon.invalid <mailto:user-2c612b15e4fa@xymon.invalid> 
Web: www.capita-its.co.uk

 
P Please consider the environment - only print this email if absolutely
necessary

 
This email and any attachment to it are confidential.  Unless you are the intended recipient, you may not use, copy or disclose either the message or any information contained in the message. If you are not the intended recipient, you should delete this email and notify the sender immediately.

Any views or opinions expressed in this email are those of the sender only, unless otherwise stated.  All copyright in any Capita material in this email is reserved.

All emails, incoming and outgoing, may be recorded by Capita and monitored for legitimate business purposes. 

Capita exclude all liability for any loss or damage arising or resulting from the receipt, use or transmission of this email to the fullest extent permitted by law.
list Steven Carr · Tue, 3 Apr 2012 21:18:31 +0100 ·
Would it be possible to use iptables on the existing server to forward the
port to the new server? Not sure if or how Xymon itself would work with
this configuration, just throwing ideas around.

Steve


On 3 April 2012 17:20, Cook, Russell (IT Services - Operations) <
quoted from Russell Cook
user-2c612b15e4fa@xymon.invalid> wrote:
Hi,****

** **

I am building a new XyMon server to replace an old Hobbit installation
that is monitoring a few hundred devices. I would like to somehow like to
forward the status messages to the new server while I am testing ... anyone
have any ideas ... I thought of trying to use bbproxy, but I suspect
hobbitd needs to be stopped ... which defeats the object I suppose.****

** **

Regards****

*Russell Cook
Senior NMS Engineer
IT Services
Capita

*York House
49-XX Victoria Road
Farnborough, Hampshire
GU14 7PA
Tel: XXXXX XXX XXX
Mobile: XXXXX XXXXXX
Email: *user-2c612b15e4fa@xymon.invalid
*Web: *www.capita-its.co.uk*****

****

P *Please consider the environment - only print this email if absolutely
necessary*

** **

** **


 This email and any attachment to it are confidential.  Unless you are
the intended recipient, you may not use, copy or disclose either the
message or any information contained in the message. If you are not the
intended recipient, you should delete this email and notify the sender
immediately.


 Any views or opinions expressed in this email are those of the sender
only, unless otherwise stated.  All copyright in any Capita material in
this email is reserved.


 All emails, incoming and outgoing, may be recorded by Capita and
monitored for legitimate business purposes.


 Capita exclude all liability for any loss or damage arising or resulting
from the receipt, use or transmission of this email to the fullest extent
permitted by law.


 This message has been scanned for malware by Websense. www.websense.com

list Thomas Eckert · Tue, 03 Apr 2012 22:34:47 +0200 ·
The bbproxy-idea sounds good.

The following _should_ work:
- running bbproxy on the old installation listening on port 1984 to 
accept all incoming messages
- re-configure the hobbitd on the old installation to listen on another 
port (say 1985)
- forward messages from bbproxy to localhost:1985 and newserver:1984

I've done something similar with ssh tunnels and bbproxy. A test-setup 
would before going live with this may be helpful.

Another option may be to add an additional IP to your server and binding 
bbproxy and hobbitd to them?

All the best
Thomas
quoted from Steven Carr

On 04/03/2012 06:20 PM, Cook, Russell (IT Services - Operations) wrote:
Hi,

I am building a new XyMon server to replace an old Hobbit installation
that is monitoring a few hundred devices. I would like to somehow like
to forward the status messages to the new server while I am testing ...
anyone have any ideas ... I thought of trying to use bbproxy, but I
suspect hobbitd needs to be stopped ... which defeats the object I suppose.

Regards

*Russell Cook
Senior NMS Engineer
IT Services
Capita

*York House
49-XX Victoria Road
Farnborough, Hampshire
GU14 7PA
Tel: XXXXX XXX XXX
Mobile: XXXXX XXXXXX
Email: *user-2c612b15e4fa@xymon.invalid <mailto:user-2c612b15e4fa@xymon.invalid>
*Web: *www.capita-its.co.uk*

P*Please consider the environment - only print this email if absolutely
quoted from Steven Carr
necessary*


This email and any attachment to it are confidential. Unless you are the
intended recipient, you may not use, copy or disclose either the message
or any information contained in the message. If you are not the intended
recipient, you should delete this email and notify the sender immediately.

Any views or opinions expressed in this email are those of the sender
only, unless otherwise stated. All copyright in any Capita material in
this email is reserved.

All emails, incoming and outgoing, may be recorded by Capita and
monitored for legitimate business purposes.

Capita exclude all liability for any loss or damage arising or resulting
from the receipt, use or transmission of this email to the fullest
extent permitted by law.

This message has been scanned for malware by Websense. www.websense.com

<http://www.websense.com/>;

-- 
-- --------------------------------------------------------------------
| IT-Beratung Eckert | Hartkirchweg 54      | fon: +49 (0)761/ 594 9898
| Thomas Eckert      | 79111 Freiburg i.Br. | fax: +XX (X)XXX/ XXX XXXX
|                    | Germany              | http://www.it-eckert.de/
list Paul Root · Wed, 4 Apr 2012 08:25:33 -0500 ·
I have 2 proxy machines that work exactly this way. It works well.

Paul Root    - Senior Engineer
Managed Services Systems - CenturyLink

-----Original Message-----
From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On
Behalf Of Thomas Eckert
Sent: Tuesday, April 03, 2012 3:35 PM
To: xymon at xymon.com
Subject: Re: [Xymon] Forwarding status messages
quoted from Thomas Eckert

The bbproxy-idea sounds good.

The following _should_ work:
- running bbproxy on the old installation listening on port 1984 to
accept all incoming messages
- re-configure the hobbitd on the old installation to listen on another
port (say 1985)
- forward messages from bbproxy to localhost:1985 and newserver:1984

I've done something similar with ssh tunnels and bbproxy. A test-setup
would before going live with this may be helpful.

Another option may be to add an additional IP to your server and
binding
bbproxy and hobbitd to them?

All the best
Thomas

On 04/03/2012 06:20 PM, Cook, Russell (IT Services - Operations) wrote:
Hi,

I am building a new XyMon server to replace an old Hobbit
installation
that is monitoring a few hundred devices. I would like to somehow
like
to forward the status messages to the new server while I am testing
...
anyone have any ideas ... I thought of trying to use bbproxy, but I
suspect hobbitd needs to be stopped ... which defeats the object I
suppose.

Regards

*Russell Cook
Senior NMS Engineer
IT Services
Capita

*York House
49-XX Victoria Road
Farnborough, Hampshire
GU14 7PA
Tel: XXXXX XXX XXX
Mobile: XXXXX XXXXXX
Email: *user-2c612b15e4fa@xymon.invalid <mailto:user-2c612b15e4fa@xymon.invalid>
*Web: *www.capita-its.co.uk*

P*Please consider the environment - only print this email if
absolutely
necessary*


This email and any attachment to it are confidential. Unless you are
the
intended recipient, you may not use, copy or disclose either the
message
or any information contained in the message. If you are not the
intended
recipient, you should delete this email and notify the sender
immediately.

Any views or opinions expressed in this email are those of the sender
only, unless otherwise stated. All copyright in any Capita material
in
this email is reserved.

All emails, incoming and outgoing, may be recorded by Capita and
monitored for legitimate business purposes.

Capita exclude all liability for any loss or damage arising or
resulting
from the receipt, use or transmission of this email to the fullest
extent permitted by law.

This message has been scanned for malware by Websense.
www.websense.com
<http://www.websense.com/>;

--
-- --------------------------------------------------------------------
| IT-Beratung Eckert | Hartkirchweg 54      | fon: +49 (0)761/ 594 9898
| Thomas Eckert      | 79111 Freiburg i.Br. | fax: +XX (X)XXX/ XXX XXXX
|                    | Germany              | http://www.it-eckert.de/
This communication is the property of CenturyLink and may contain confidential or privileged information. Unauthorized use of this communication is strictly
prohibited and may be unlawful.  If you have received this communication
in error, please immediately notify the sender by reply e-mail and destroy
all copies of the communication and any attachments.