Automatically create and export an report of the Performance Health Check widget
![]()
We want to automatically create and export a report of the Performance Health Check widget.
How can this be done? Is there a way via api? |
2 answers
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Mar 14 '16, 11:14 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I don't think you can do that just easily. You would have to find the code of the widget, and wrap it in some api to call it on a regular basis.
You should rather start to do proper monitoring of your system and store the information in a DB. See https://jazz.net/wiki/bin/view/Deployment/DeploymentMonitoring for hints about server monitoring. This also allows you to look for data that is important in your context and not just for data that is in a widget. |
![]()
Thanks for your quick answer.
Unfortunately our team is not permitted to monitor the servers. Our goal is to create a report of the Performance Health Check from several locations around the world. We found a quiet simple solution, using selenium to run the widget and export the result afterwards. |