<div dir="ltr"><div class="gmail_extra">On 31 May 2013 03:48, Root, Paul T <span dir="ltr"><<a href="mailto:Paul.Root@centurylink.com" target="_blank">Paul.Root@centurylink.com</a>></span> wrote:<br><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"> Is there a way from the server, to find out what version the client is running?</blockquote>

</div><br>You could add this into client-local.cfg on the server:</div><div class="gmail_extra"><br></div><div class="gmail_extra" style><div class="gmail_extra">file:`( echo "client/xymonversion $MACHINE.$OSTYPE"; echo "[clientversion]"; $XYMON --version ) | $XYMON $XYMSRV @ >/dev/null`</div>

<div><br></div><div style>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.</div>

<div style><br></div><div style>J</div><div style><br></div></div></div>