<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 30 August 2014 07:45, Tim McCloskey <span dir="ltr"><<a href="mailto:tm@freedom.com" target="_blank">tm@freedom.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

Is there a way to send what xymon has parsed as it's config to std out?  I looked through some of the files and options for them in the bin dir but did not see anything obvious.  (short of running strace/truss)<br></blockquote>

<div><br></div><div>$XYMON $XYMSRV hostinfo<br></div><div><br></div><div>This will give the parsed hosts.cfg file in pipe-separated value format.</div><div><br></div><div>$XYMON $XYMSRV 'config hosts.cfg'</div><div>

<br></div><div>This will give the semi-parsed hosts.cfg file in original format, but with "include" files expanded.</div><div><br></div><div>The latter works with other files too, such as "tasks.cfg".</div>

<div><br></div><div>Cheers</div><div>Jeremy</div><div><br></div></div></div></div>