Viewing Scorecards in the Scorecard Viewer
A standalone, non-interactive Scorecard Viewer page enables you to view individual Scorecards outside the Reveille Web interface, where you can automatically cycle through a filtered or custom list of Scorecards.
The direct URL to the page:
http://<Reveille Server Address>/Reveille/ScorecardViewer.html,
where <Reveille Server Address> is the host name or IP address of the Reveille Server.
You can view similar Scorecard information in the System Dashboard of the Reveille Web interface. See the System Dashboard Scorecard page for details.
Settings can be configured by updating the ScorecardViewer.json
file located in the following directory:
<reveille installation path>\ReveilleSoftware\Reveille\Web\Reveille
Example ScorecardViewer.json file with multiple scorecards and a 25-second page refresh:
{ "views": [ { "name": "New App Adoption" }, { "name": "Claims Database Activity" }, { "name": "Claims Document Activity" }, { "name": "New Claims File Store Activity" }, { "name": "New ObjectStore RPC Exceptions" } ], "refreshtime": 25, "webappName": "/Reveille/" }
Was this helpful?
Please tell us why:
Thank you.