Xymon Mailing List Archive search

using hobbitdxboard in xymon client

list Jeremy Laidman
Wed, 11 Feb 2015 14:40:56 +1100
Message-Id: <user-80ddaf521fc2@xymon.invalid>

On 11 February 2015 at 03:47, Anoop Mohan <user-db650c8b8fc9@xymon.invalid> wrote:
When I run the below command in xymon server, It works fine.
*/usr/local/xymon/client/bin/xymon xymon_server "hobbitdxboard
host=hostname test=testname" *
But when I try to use the same command in a machine where xymon client is
installed, its not retrieving any data.
Check that it works without specifying the hostname and see if you get
something.  Make sure it's a test that you know exists, such as "conn":

*/usr/local/xymon/client/bin/xymon xymon_server "hobbitdxboard test=conn"*

Is it only the XML output that fails?  Have you tried it with
"hobbitdboard" instead?  Perhaps try a different command such as hostinfo:

*/usr/local/xymon/client/bin/xymon xymon_server hostinfo*

Are you running it in a xymoncmd environment?  Try running it like so:

/usr/local/xymon/client/bin/xymoncmd sh -c '$XYMON $XYMSRV hostinfo'

Cheers
Jeremy