App Server Health Monitor
- 20 Jun 2024
- 1 Minute to read
- Print
- DarkLight
App Server Health Monitor
- Updated on 20 Jun 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
The App Server Health Monitor, or HealthCheck, provides a summary of overall platform health.
HealthCheck Page Link
[PortalBaseURL]/home/healthcheck a
- Self-hosted example - https://{domainname}:8081/home/healthcheck
- IIS host example - https://{domainname}/virtualdirectory/home/healthcheck
- ECS - Users need to run CMD-SHELL to perform an ECS Health Check. For more information, refer to Health Check for ECS.
- [PortalBaseURL]/[Instance]/home/healthcheck
- 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 the 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) |
For further information on Administration, visit the Decisions Forum.
Was this article helpful?