IMPAX 6.5.1 Application Server Knowledge Base > Configuring Application Server communication for a single IMPAX cluster > Monitoring the Application Server with Healthcheck > Checking the status of web services using the Healthcheck URL
Healthcheck checks the status of each web service running on the Application Server. When you run Healthcheck, it attempts to connect to each of the web
services. If it succeeds, Healthcheck sets the status to Passed (green)
.
If Healthcheck fails, the status is set to Failed (red)
. The
comment field indicates where the failure occurred.
![]() | Note: Healthcheck verifies only installed services. It does not indicate if a service is not installed. |
To run Healthcheck from a URL to check the status of web services
Ensure that the Healthcheck web.config file has been configured to the site’s needs.
On the Application Server, launch Internet Explorer.
In the address bar, if Healthcheck has not been configured to automatically log in, type
https://fully_qualified_domain_name/AgfaHC.Healthcheck.Escrow
or
If Healthcheck has been configured to automatically log in, type
https://fully_qualified_domain_name/AgfaHC.Healthcheck.Escrow/EscrowForm.aspx
| To | Append | Example |
|---|---|---|
| View the results in HTML | ?format=html to the end of the URL | https://appserver.hospital.com/ AgfaHC.Healthcheck.Escrow/ EscrowForm.aspx?format=html |
| Add a refresh frequency | ?refresh=seconds to the end of the URL | https://appserver.hospital.com/ AgfaHC.Healthcheck.Escrow/ EscrowForm.aspx?refresh=60 |
| View the results in HTML and add a refresh frequency in the same URL | ?format=html&refresh= seconds to the end of the URL | https://appserver.hospital.com/ AgfaHC.Healthcheck.Escrow/ EscrowForm.aspx?format= html&refresh=60 |
![]() | CAUTION! Setting the refresh interval below five seconds impacts performance. |
If Healthcheck has not been configured to automatically log in, type an IMPAX Administrator username and password, select the login domain, and click Log in.
On the Agfa Web Services: Healthcheck page, all web services
are listed with a status of Passed (green)
or
Failed (red)
.
To determine what the problem is for any web services with the status Failed, review the Comments.
To check the status of the web services again, in Internet Explorer, click Refresh.
See also
Displaying simplified Healthcheck results
Running Healthcheck from the Service Portal
Topic number: 11405 Applies to: IMPAX 6.5.1 Application Server Knowledge Base |