<div dir="ltr">I have a cgi script that uses the xymon xymondboard command to get a list of the servers that have the sslcert column, extracts the certificate information and constructs a table of the urls, certificates and expiry dates.  I don't have the script handy here, but essentially it does something like this:<div><br></div><div>    xymon localhost "xymondboard  test=sslcert fields=hostname" | while read hostname</div><div>    do</div><div>        MSG=`xymon localhost "xymondlog $hostname.sslcert"`</div><div>        [ do stuff to process $MSG ]</div><div>    done</div><div>    [ post process the collected data ]</div><div><br></div><div>It doesn't create a Xymon page, it just emits the necessary headers for a browser to receive a page, followed by a a big html <table>, with options to sort by different columns, or download as a CSV. </div><div><br></div><div>This is all done on-demand, whenever anyone visits the CGI link.  Obviously something similar could be run from cron, stuffing the extracted information into a database for later queries to generate monthly, quarterly and yearly reports.</div><div><br></div><div>Ralph Mitchell</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 22, 2014 at 6:30 PM, Tracy Di Marco White <span dir="ltr"><<a href="mailto:gendalia@iastate.edu" target="_blank">gendalia@iastate.edu</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">I'd like to have a page that has the current status of a set of combo tests (all called 'health') and next to that columns for yesterday's availability report, last 30 days, last month, and year to date.<div><br></div><div>Has anyone done something like that already?</div><span class="HOEnZb"><font color="#888888"><div><br></div><div>-Tracy</div></font></span></div>
<br>_______________________________________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" target="_blank">http://lists.xymon.com/mailman/listinfo/xymon</a><br>
<br></blockquote></div><br></div>