Automatically create and export an report of the Performance Health Check widget
2 answers
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.
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.
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.
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.