Xymon Mailing List Archive search

sending data without running a client

list Benjamin P. August
Mon, 21 May 2012 13:28:18 -0700 (PDT)
Message-Id: <user-fe4c28e0f4cb@xymon.invalid>

There also used to be a perl-based client running around somewhere, maybe on deadcat. I thought about using it on some Mac servers I inherited, but then decided to install MacPorts and got the client that way. 

----- Original Message -----
From: user-87556346d4af@xymon.invalid
To: "Elizabeth Jones" <user-f0dffc744f19@xymon.invalid>
Cc: "Xymon at xymon.com" <xymon at xymon.com>
Sent: Monday, May 21, 2012 1:22:12 PM
Subject: Re: [Xymon] sending data without running a client
On Mon, May 21, 2012 at 9:58 AM, Jones, Elizabeth <user-f0dffc744f19@xymon.invalid> wrote:
Is it possible to send data directly to the xymon server from another
server without having a xymon client sending it? We have some production
servers where I am not comfortable installing the client because it
wants
packages that are not already installed on those servers. Can I have my
own
scripts send data directly?****

**
you cannot just compile a ``xymon'' bin and drop it in on all the other
servers?

then you could just use  $ cat statusmsg.txt | $XYMON $XYMSRV "@"
The client can also be compiled completely statically (I've done it with
dietlibc), so shouldn't pull in anything else really.

There are also ways to run the client without installing a local user, so
you can run it with any unprivileged account that has SSH or cron access.

-jc