30 May
2013
30 May
'13
10:20 p.m.
Hi, Is there a way from the server, to find out what version the client is running?
I looked in the xymon command man page, but didn't find anything.
Paul.
See http://www.xymon.com/xymon/help/manpages/man1/clientupdate.1.html
By default, no ... not unless you've created a file at $XYMONHOME/etc/clientversion.cfg, which gets included in the [clientversion] section by xymonclient.sh.
The Terabithia RPMs report their RPM version there automatically. (Presumably if you're installing by RPM you probably wouldn't be running the clientupdate binary to deploy tarballs.)
Either way, you'd query like so:
/]$ xymon localhost "clientlog rhel6-x86-64.build section=clientversion" [clientversion] Xymon version 4.3.11-8.1.el6
/]$
HTH,
-jc