[Xymon] way to tell what version of the client is running

Jeremy Laidman jlaidman at rebel-it.com.au
Tue Jun 4 07:16:32 CEST 2013


On 31 May 2013 03:48, Root, Paul T <Paul.Root at centurylink.com> wrote:

> Is there a way from the server, to find out what version the client is
> running?


You could add this into client-local.cfg on the server:

file:`( echo "client/xymonversion $MACHINE.$OSTYPE"; echo
"[clientversion]"; $XYMON --version ) | $XYMON $XYMSRV @ >/dev/null`

Assign to each device you want to know about.  This causes each client to
run "xymon --version" and send the result back as a supplementary "client"
message.  Then on the server you can retrieve it with the "clientlog" type
message that Japheth showed.  If you upgrade clients, they will
automatically report new version strings.

J
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xymon.com/pipermail/xymon/attachments/20130604/cfabe564/attachment.html>


More information about the Xymon mailing list