From gendalia@iastate.edu Wed Jun 24 08:23:10 2026 From: gendalia@iastate.edu To: xymon@xymon.com Subject: [Xymon] Current status + availability reports Date: Mon, 22 Sep 2014 17:30:41 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7574392351379054607==" --===============7574392351379054607== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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. Has anyone done something like that already? -Tracy --===============7574392351379054607==-- From ralphmitchell@gmail.com Wed Jun 24 08:23:10 2026 From: ralphmitchell@gmail.com To: xymon@xymon.com Subject: [Xymon] Current status + availability reports Date: Mon, 22 Sep 2014 21:46:34 -0400 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2971375875565118888==" --===============2971375875565118888== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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: xymon localhost "xymondboard test=3Dsslcert fields=3Dhostname" | while read hostname do MSG=3D`xymon localhost "xymondlog $hostname.sslcert"` [ do stuff to process $MSG ] done [ post process the collected data ] 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 , with options to sort by different columns, or download as a CSV. 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. Ralph Mitchell On Mon, Sep 22, 2014 at 6:30 PM, Tracy Di Marco White wrote: > 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. > > Has anyone done something like that already? > > -Tracy > > _______________________________________________ > Xymon mailing list > Xymon at xymon.com > http://lists.xymon.com/mailman/listinfo/xymon > > --===============2971375875565118888==--