Service Health Dashboard
This document describes the built in service health dashboard that is part of Private Cloud Director.
What is Service Health Dashboard
Private Cloud Director UI comes with a service health dashboard that is designed to provide overall health information for various backend services that run as part of a Private Cloud Director setup.
How to Access the Dashboard
Navigate to the top right corner in the Private Cloud Director UI.
Click on the heart icon right next to the settings icon, highlighted in the image below.

This will take you to the service health dashboard.
Service Health Details
The dashboard reports on:
Health of specific Private Cloud Director services. This is under the
Service Healthtab. Following services are covered under this:Compute Service
Block Storage Service
Image Library Service
Networking Service
Health of individual hosts running in your Private Cloud Director setup. This is under
Host Healthtab.
Compute Service Health
Compute service health is calculated using the following logic:
If => 50% of all host with hypervisor role assigned are in
unhealthystate, the service is reported to beunhealthyIf > 25% but < 50% of all hosts with hypervisor role assigned are in
unhealthystate, the service is reported to be inwarningstateIf <= 25% of all hosts with hypervisor role assigned are in
offlinestate, the service is reported to be inhealthystate
Individual host level health status is calculated using the following logic:
If the Host States value is not
okthenunhealthy.If the host state value is
ok, then:If the host is in maintenance mode, then
warning, elseIf Compute Service health status for this host is ok, then
healthyElse
unhealthy
The compute service health status value at the host level is gathered using this command:
pcdctl compute service list --service nova-computeImage Library Service Health
Image library service health value may have one of the following values:
NetworkError - If the Private Cloud Director has trouble connecting with the Image Library service, this error value is reported.
Unhealthy - If the Private Cloud Director management plane can connect with the Image Library service, but the service API is unresponsive, this status value is reported.
Healthy - If the Private Cloud Director is able to connect with the Image Library Service, and the service API is responding, the service health is reported as
Healthy.
Block Storage Service Health
Block storage service health value may have one of the following values:
Unhealthy - If the block storage service health status for the host is unhealthy, then this value is reported
Healthy - If the block storage service health status for the host is healthy, then this value is reported
Network Service Health
Network service health value may have one of the following values:
Unhealthy - If the network service health status for the host is unhealthy, then this value is reported
Healthy - If the network service health status for the host is healthy, then this value is reported
Last updated
Was this helpful?
