diff --git a/menu/menu.yaml b/menu/menu.yaml index 20c13f323ba..edc5860cf73 100644 --- a/menu/menu.yaml +++ b/menu/menu.yaml @@ -1567,6 +1567,8 @@ Title: Endpoint connection settings - Url: servicepulse/usage Title: Measuring system usage + - Url: servicepulse/platform-health + Title: Platform Health - Name: ServiceControl Topics: diff --git a/monitoring/custom-checks/in-servicepulse.md b/monitoring/custom-checks/in-servicepulse.md index af5e02fb043..e0479af5113 100644 --- a/monitoring/custom-checks/in-servicepulse.md +++ b/monitoring/custom-checks/in-servicepulse.md @@ -1,7 +1,7 @@ --- title: Managing custom checks in ServicePulse summary: ServicePulse displays custom check status, helping track endpoint issues and maintain NServiceBus health -reviewed: 2026-07-06 +reviewed: 2026-09-03 redirects: - servicepulse/intro-endpoints-custom-checks --- @@ -27,3 +27,7 @@ Sometimes a custom check reports an easy-to-solve error; however, the custom che Rather than waiting for the failing custom check to run again to update its status, the check can be muted. Muted custom checks have been removed from ServicePulse and will no longer contribute to the main custom checks dashboard badge. Whenever a muted custom check is executed and reports its status to ServiceControl, it is automatically unmuted. + +## System checks + +Some custom checks are raised internally by ServiceControl to monitor its own health and functionality. These are referred to as "platform custom checks" and are hidden by default on the custom checks page and will instead appear as an alert in the [platform health](/servicepulse/platform-health.md) dashboard. \ No newline at end of file diff --git a/servicepulse/images/endpoint-connection-link.png b/servicepulse/images/endpoint-connection-link.png index 0c9a4f5df7c..c16030a5d58 100644 Binary files a/servicepulse/images/endpoint-connection-link.png and b/servicepulse/images/endpoint-connection-link.png differ diff --git a/servicepulse/images/platform-health-dashboard.png b/servicepulse/images/platform-health-dashboard.png new file mode 100644 index 00000000000..d19b23b7797 Binary files /dev/null and b/servicepulse/images/platform-health-dashboard.png differ diff --git a/servicepulse/images/platform-health-details.png b/servicepulse/images/platform-health-details.png new file mode 100644 index 00000000000..f44bf83e73c Binary files /dev/null and b/servicepulse/images/platform-health-details.png differ diff --git a/servicepulse/images/platform-health-open-support.png b/servicepulse/images/platform-health-open-support.png new file mode 100644 index 00000000000..82bfea48db5 Binary files /dev/null and b/servicepulse/images/platform-health-open-support.png differ diff --git a/servicepulse/platform-health.md b/servicepulse/platform-health.md new file mode 100644 index 00000000000..58a907979fe --- /dev/null +++ b/servicepulse/platform-health.md @@ -0,0 +1,26 @@ +--- +title: Platform Health +summary: Describes the Platform Health dashboard +component: ServicePulse +related: +- servicepulse/troubleshooting +reviewed: 2026-09-03 +--- + +The Platform Health dashboard provides a central view of the Platform components. + +![Platform Health dashboard](images/platform-health-dashboard.png) + +The main screen of the Platform Health dashboard displays a list of all the Platform components along with their current versions, upgrade availability, and overall health status. Each of these can be expanded to view any alerts and some basic information about the instance configuration. + +![Expanded component view with error](images/platform-health-details.png) + +#### Opening a Support Case + +The Open Support Case on this page allows you to quickly export a snapshot of the status of your installed Platform components before contacting support. +![Open Support Case dialog](images/platform-health-open-support.png) + +Opening a Support Case from the Platform Health dashboard will assist the support team by including an up to date snapshot of the Platform instances and their details. + +> [!NOTE] +> While ServicePulse does not include sensitive information such as connection strings in the snapshot, it is still recommended that you review the content for any confidential information before sending it to support.