On Fri, 22 Mar 2019 at 02:00, George Michalopoulos <user-17e4b93d552a@xymon.invalid>
▸ quoted from George Michalopoulos
wrote:
From an opensuse linux, i'm trying to connect to my xymon servers...
take a look at this..
in /etc/default/xymon-client
This works XYMONSERVERS="10.129.13.2"
This works XYMONSERVERS="10.10.100.100"
This doesn't XYMONSERVERS="10.10.100.100 10.129.13.2"
George, in what way is this not working?
This works
XYMONSERVERS="10.10.100.100"
XYMONSERVERS="10.129.13.2"
This is likely to work inasmuch as it sends messages to the server in the
last entry.
You can check how a variable is set from the client's perspective by
running xymoncmd and then "echo $VARNAME".
However, I think the main problem you have is the variable name, which
should be XYMSERVERS rather than XYMONSERVERS.
J