<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 13 February 2015 at 20:59, Anoop Mohan <span dir="ltr"><<a href="mailto:anoopw14@gmail.com" target="_blank">anoopw14@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hello,<br></div>    I need to disply satus information of specific systems in another webpage with custom design. This website will be running on another webserver. I tried to get xml report from xymon, but I am not able to get history information in this case. Is there any way to do this easily ?<br></div></div></div></blockquote><div><br></div><div>Anoop, you can get the history information for a server/test by sending a web request to the Xymon server.  For example:</div><div><br></div><div>curl "<a href="http://xymon-server.example.com/history.sh?HISTFILE=servername.example.com.conn&ENTRIES=20">http://xymon-server.example.com/history.sh?HISTFILE=servername.example.com.conn&ENTRIES=20</a>"</div><div><br></div><div>The output is in HTML, so could be parsed for the raw data, or could be presented directly in the web page.</div><div><br></div><div><br></div></div></div></div>