Overview
The App Server Health Monitor, or HealthCheck, provides a summary of overall platform health.
HealthCheck Page Link
[PortalBaseURL]/home/healthcheck 
C:\Program Files\Decisions\Decisions Server\wwwroot\Scripts\HealthCheck
- Self hosted example - https://domainname:8081/home/healthcheck
 - IIS host example - https://domainname/virtualdirectory/home/healthcheck
 
- http://domainname/decisions/healthcheck.aspx?instName=instancename
 
C:\Program Files\Decisions\Decisions Server\wwwroot\Scripts\HealthCheck
Viewing this page with Self hosting and IIS hosting configurations does not require an active login; this is particularly useful for SSO environments and external application node pings.
HealthCheck Details
Beneath Server Name, note the various sections with corresponding actions, described in the table below:

| Section | Action or Expected Value | Description | 
|---|---|---|
| Decisions Server | value: OK | Displays app server health status | 
| Memory Details | action: Try to Load Memory Detail | Displays platform memory usage (DB, Server) | 
| Database Details | action: Try to Load DB Detail | Displays table names, row counts, and size in MB - helpful if needing to free up space | 
| FileSystem Details | action: Try to Load FS Detail | Displays File Storage info (free space) | 
| Web Server Details | value:  | Displays .NET and Windows OS info | 
| Static Content | The word bold should be bold | Confirms static content (install option) | 
| Dynamic Content | 1 + 2 = 3 | Confirms dynamic content (install option) | 
| Diagnostic | action: Simulate Outage | Specifies simulated outage duration (Health Check returns 550 error webpage) |