Xymon Mailing List Archive search

No info status from CL

list David Welker
Wed, 12 Aug 2015 15:51:24 -0400
Message-Id: <CAAOtyHJNpC-P=user-f3ddae1a61d4@xymon.invalid>

Ralph,

That works for clientlog, good catch, but what about the info status - am I
using the wrong format for xymondlog as well?

Thanks for the help!

David

On Wed, Aug 12, 2015 at 9:10 AM, Ralph Mitchell <user-00a5e44c48c0@xymon.invalid>
wrote:
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