Xymon Mailing List Archive search

Xymon Client Configuration Updates from Multiple Xymon Servers?

5 messages in this thread

list James Lose · Thu, 19 Jan 2012 10:20:06 -0500 ·
If a Xymon client is configured to send status messages to multiple Xymon servers, is it possible that the client will receive configuration updates from more than one of the servers?


This E-mail and any of its attachments may contain Time Warner Cable proprietary information, which is privileged, confidential, or subject to copyright belonging to Time Warner Cable. This E-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this E-mail, you are hereby notified that any dissemination, distribution, copying, or action taken in relation to the contents of and attachments to this E-mail is strictly prohibited and may be unlawful. If you have received this E-mail in error, please notify the sender immediately and permanently delete the original and any copy of this E-mail and any printout.
list James Lose · Thu, 19 Jan 2012 11:13:06 -0500 ·
I wonder if the order in which the Xymon servers are defined in the XYMSERVERS variable determines which server gets the last word regarding the clients config.

From: Josh Luthman [mailto:user-4c45a83f15cb@xymon.invalid]
Sent: Thursday, January 19, 2012 10:28 AM
To: Lose, James
Subject: Re: [Xymon] Xymon Client Configuration Updates from Multiple Xymon Servers?


Yes.  Look at the first two lines of the client config.

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX
quoted from James Lose
On Jan 19, 2012 10:25 AM, "Lose, James" <user-c6fd48bcc4a9@xymon.invalid<mailto:user-c6fd48bcc4a9@xymon.invalid>> wrote:
If a Xymon client is configured to send status messages to multiple Xymon servers, is it possible that the client will receive configuration updates from more than one of the servers?


This E-mail and any of its attachments may contain Time Warner Cable proprietary information, which is privileged, confidential, or subject to copyright belonging to Time Warner Cable. This E-mail is intended solely for the use of the individual or entity to which it is addressed. If you are not the intended recipient of this E-mail, you are hereby notified that any dissemination, distribution, copying, or action taken in relation to the contents of and attachments to this E-mail is strictly prohibited and may be unlawful. If you have received this E-mail in error, please notify the sender immediately and permanently delete the original and any copy of this E-mail and any printout.
list Josh Luthman · Thu, 19 Jan 2012 11:22:42 -0500 ·
I would expect it would go through the process twice, once per server.
 I haven't confirmed this.
quoted from James Lose

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX


On Thu, Jan 19, 2012 at 11:13 AM, Lose, James <user-c6fd48bcc4a9@xymon.invalid> wrote:
I wonder if the order in which the Xymon servers are defined in the
XYMSERVERS variable determines which server gets the last word regarding the
clients config.


From: Josh Luthman [mailto:user-4c45a83f15cb@xymon.invalid]
Sent: Thursday, January 19, 2012 10:28 AM
To: Lose, James
Subject: Re: [Xymon] Xymon Client Configuration Updates from Multiple Xymon
Servers?


Yes.  Look at the first two lines of the client config.

Josh Luthman
Office: XXX-XXX-XXXX
Direct: XXX-XXX-XXXX
XXXX Wayne St
Suite XXXX
Troy, OH XXXXX

On Jan 19, 2012 10:25 AM, "Lose, James" <user-c6fd48bcc4a9@xymon.invalid> wrote:

If a Xymon client is configured to send status messages to multiple Xymon
servers, is it possible that the client will receive configuration updates
from more than one of the servers?


This E-mail and any of its attachments may contain Time Warner Cable
proprietary information, which is privileged, confidential, or subject to
copyright belonging to Time Warner Cable. This E-mail is intended solely for
the use of the individual or entity to which it is addressed. If you are not
the intended recipient of this E-mail, you are hereby notified that any
dissemination, distribution, copying, or action taken in relation to the
contents of and attachments to this E-mail is strictly prohibited and may be
unlawful. If you have received this E-mail in error, please notify the
sender immediately and permanently delete the original and any copy of this
E-mail and any printout.

list Jeremy Laidman · Fri, 20 Jan 2012 10:39:00 +1100 ·
quoted from Josh Luthman
On Fri, Jan 20, 2012 at 2:20 AM, Lose, James <user-c6fd48bcc4a9@xymon.invalid> wrote:
If a Xymon client is configured to send status messages to multiple Xymon
servers, is it possible that the client will receive configuration updates
from more than one of the servers?
The xymon client connects to both servers and sends its client data.
But it only waits for the client config update from the first server
to which it could connect.  This can be confirmed by manually running
xymon on a client with the "--debug" switch, like so:

$XYMON --debug $XYMSRV "@" < $XYMONTMP/msg.$MACHINEDOTS

It shows that the first connection reads data from the server after
writing, but the second connection only writes.

Cheers
Jeremy
list Jeremy Laidman · Fri, 20 Jan 2012 11:03:22 +1100 ·
On Fri, Jan 20, 2012 at 10:39 AM, Jeremy Laidman
<user-71895fb2e44c@xymon.invalid> wrote:
$XYMON --debug $XYMSRV "@" < $XYMONTMP/msg.$MACHINEDOTS
Sorry, correction:

$XYMON --debug $XYMSRV "@" < $XYMONTMP/msg.$MACHINEDOTS.txt

J