<div dir="ltr">On 4 April 2013 00:59, Jonathan Bishop <span dir="ltr"><<a href="mailto:jtkbishop@gmail.com" target="_blank">jtkbishop@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">


<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"><div dir="ltr"><div>Does anyone have an experience with using xymon to monitor remote sites? How do you handle the security side of things? Can we use xymon with SSL for example?</div>


</div></blockquote><div><br></div><div>You can do various VPN type things, such as using stunnel or ssh tunnels (with key auth).</div><div><br></div><div>Also, you can run the client from the server (eg from tasks.cfg) over an ssh connection like so:<br>


</div><div><br></div><div><font face="courier new, monospace">ssh -R1984:<a href="http://127.0.0.1:1984" target="_blank">127.0.0.1:1984</a> -o batchmode=yes xymon@remote-server '/usr/lib/xymon/client/bin/xymoncmd sh -c "XYMSRV=127.0.0.1 /usr/lib/xymon/client/bin/xymonclient.sh"'</font><br>


</div><div><br></div><div style>J<br></div><div style><br></div></div></div></div>