25 Aug
2015
25 Aug
'15
7:49 p.m.
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