Xymon Mailing List Archive search

No info status from CL

list Ralph Mitchell
Wed, 12 Aug 2015 09:10:41 -0400
Message-Id: <CAAEjoCVdU_Ei9BW-w9=user-3c663f056920@xymon.invalid>

The man page says the syntax is:

clientlog HOSTNAME [section=SECTIONNAME[,SECTIONNAME...]] Retrieves the
current raw client message last sent by HOSTNAME. The optional "section"
filter is used to select specific sections of the client data.
so you should be doing something like:

   xymon  localhost  "clientlog myhost.local  section=osversion"

Ralph Mitchell


On Wed, Aug 12, 2015 at 8:38 AM, David Welker <user-04cf53598626@xymon.invalid> wrote:
Running Xymon v4.3.21 on RHEL 6.4 - unable to get info or clientlog status
data (was hoping to grep the OS field in info and/or the osversion field in
clientlog).  Other test names work fine.

Attempts w/results:
[xymon at myhost ~]$ /usr/local/xymon/server/bin/xymon 127.0.0.1:1984
"clientlog myhost.local.info"
[xymon at myhost ~]$ /usr/local/xymon/server/bin/xymon 127.0.0.1:1984
"clientlog myhost.local.clientlog"
[xymon at myhost ~]$ /usr/local/xymon/server/bin/xymon 127.0.0.1:1984
"xymondlog myhost.local.info"
[xymon at myhost ~]$ /usr/local/xymon/server/bin/xymon 127.0.0.1:1984
"xymondlog myhost.local.clientlog"

Am I doing something wrong, or is this not possible?

David