General Administration > PRECISION Monitor Component > Monitor Component Results
  
Monitor Component Results
For the Monitor Component to be of practical use, you must configure a third-party monitoring tool to perform a HTTP request for the test results and take action when the results indicate failure.
A HTTP request returns the latest test result data in XML format. The request URL is http://[server]:[port]/precision-monitor/TaskServlet
Example: http://localhost:8080/precision-monitor/TaskServlet
Sample XML PASS Response
<monitor>
<summary>
<result>PASS</result>
<completed>Mon Aug 25 07:43:13 PDT 2014</completed>
</summary>
</monitor>
Sample XML FAIL Response
<monitor>
<summary>
<result>FAIL</result>
<completed>Mon Aug 25 07:45:06 PDT 2014</completed>
</summary>
<detail>
<note>
The string pics.precisionsoftware.com was not received in the reply from http://localhost:8080/highway/http/SubmitMessage?HighwayEndpointId=SPSBB&HighwayMessage=HEARTBEAT_TEST&Synchronous=Yes
</note>
<id>1</id>
<type>HTTPHeartbeatTest</type>
<description>
This is an example description detailing what might be done should the test fail.
</description>
<completed>Mon Aug 25 07:45:06 PDT 2014</completed>
</detail>
</monitor>