It seems like they are asking questions related to the "health" of the Jenkins installation, as opposed to the "health" of the jobs executed in Jenkins.
You might consider the Jenkins Monitoring plugin ( https://wiki.jenkins-ci.org/display/JENKINS/Monitoring) as a possible way to satisfy some of their requests. If they want regular reports of attributes not already available from the Jenkins Monitoring plugin, you could consider implementing some form of "health monitoring" for the specific attributes. At a previous employer, we had enough Jenkins servers (and other servers) that we configured a health monitoring system using an open source network health monitor. It watched our general purpose servers (source control, database, etc.) and also watched our Jenkins servers. We had to write a few scripts to gather relevant data which it was not already tracking, then we used the web interface of the health monitoring system to see historical reports and current issues / alarms. Mark Waite On Fri, Jul 25, 2014 at 11:49 AM, VFloyd <vanettafl...@gmail.com> wrote: > Working for a large company, our management is starting to request > information about the Jenkins system itself. (i.e. - what is the average > build time on all jobs?, what is the average queue wait time?, who has > access to what?, etc., etc.) > Please don't advise that I write scripts to scrape the xml on a daily > basis and dump that info someplace. My guess is that I need to set up an > external db. The existing plugins appear to address setting up db's to > collect info from the tests that are run by the jobs. > > So, would those still be valid for a database like I need? What type of > db DO I need? And does anyone have and helpful suggestions (Google has > been consulted, I've searched this forum)? > > Thanks, > Vanetta > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Thanks! Mark Waite -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.