---
title: "App Server Health Monitor"
slug: "app-server-health-monitor-healthcheck"
description: "This document explains the App Server Health monitor and where a user can find it.  The document also elaborates on the host of items  they can view within the App Server Health Monitor such as, SHM status, memory. database details, FileSystem and Web server details, and Decisions' active running status. "
updated: 2024-12-02T20:45:43Z
published: 2024-12-02T20:45:43Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# App Server Health Monitor

## 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](https://documentation.decisions.com/v8/docs/deploying-containers-on-aws#health-check-for-ecs).

**Multi-Tenant Environment**

- [PortalBaseURL]/[Instance]/home/healthcheck

**File Location**

- C:\Program Files\Decisions\Decisions Server\wwwroot\Scripts\HealthCheck

Viewing this Page with [Self-hosting and IIS hosting](/v9/docs/installer-hosting-options) 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:

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2021-01-08_09h06_50.png)

| 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: Application Indentity is Null Decisions.Web.Core 64 Bit = True (or False) OSVersion = Microsoft Windows NT 6.2.9200.0 .NET Version = 3.1.8 Auth Mode = | 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](https://community.decisions.com/categories/Administration).
