Xymon Mailing List Archive search

strange behavior of xymon client in openSUSE

2 messages in this thread

list George Michalopoulos · Thu, 21 Mar 2019 16:59:52 +0200 ·
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"

This works
XYMONSERVERS="10.10.100.100"
XYMONSERVERS="10.129.13.2"


linux:~ # cat /etc/os-release
NAME="openSUSE Leap"
VERSION="42.3"
ID=opensuse
ID_LIKE="suse"
VERSION_ID="42.3"
PRETTY_NAME="openSUSE Leap 42.3"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:leap:42.3"
BUG_REPORT_URL="https://bugs.opensuse.org";
HOME_URL="https://www.opensuse.org/";


-- 

regards,
George Michalopoulos

born & raise @ Metron 6 (six)

user-17e4b93d552a@xymon.invalid
list Jeremy Laidman · Fri, 26 Apr 2019 09:05:12 +1000 ·
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