19 Jan
2012
19 Jan
'12
11:39 p.m.
On Fri, Jan 20, 2012 at 2:20 AM, Lose, James <james.lose at twcable.com> 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