Xymon Mailing List Archive search

xymongrep

list Japheth Cleaver
Tue, 25 Aug 2015 12:49:22 -0700
Message-Id: <user-000c281597c5@xymon.invalid>


On Tue, August 25, 2015 12:22 pm, David Welker wrote:
Anybody know how to xymongrep via a different port?  I don't see options
allowing for a port change.

Thanks,
David

Hi David,

It's undocumented, since xymongrep is usually called from within the
server context in tasks.cfg, but you can achieve this by directly
modifying the environment xymongrep is called under:

]$ XYMSRV=127.0.0.2 XYMONDPORT=9000 xymongrep --loadhostsfromxymond ssh


HTH,

-jc