Xymon Mailing List Archive search

local mode client

list Guillaume Chanel
Mon, 2 Feb 2015 17:33:26 +0100
Message-Id: <user-6f8335c2c17d@xymon.invalid>

Hello,

I might have found a solution to this old report. Actually the solution 
was given by the person hosting:
http://terabithia.org/rpms/xymon/

So it consisted in changing the line in xymonclient.sh
echo "@@client#1|0|127.0.0.1|$MACHINEDOTS|$SERVEROSTYPE" >> $MSGTMPFILE
to
echo "@@client#1|1|127.0.0.1|$MACHINEDOTS|$SERVEROSTYPE" >> $MSGTMPFILE

And then data was sent to the server. Not sure what is going on here but 
that could help.

Guillaume