# Health Check

Seldon Enterprise Platform has a built-in health check that aims to monitor the availability of its surrounding ecosystem as well as troubleshoot problems when they arise. This can be done as an intermediary step before checking the logs or contacting us.

## Where to find the Health Check Monitor

You can find the health check by clicking on the user icon on the top right of the screen.

![user-header](/files/Yi4V2TnR22mgDSXTLTZu)

Then you can select *Health Check*.

![healthcheck\_menu.png](/files/X109S5Us7PTl89k8L7OL)

Afterwards, you should see a page like this:

![healthcheck.png](/files/JzDZNJx6c2S4928taEbr)

## Health Check Components Explained

{% hint style="info" %}
**Note**: The health check is still experimental; if you have any issues, please contact us.
{% endhint %}

| Dependency       | What does the check do?                                                                                                                                                                  |
| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Alertmanager`   | - pings Alertmanager's internal health endpoint                                                                                                                                          |
| `Elasticsearch`  | - pings Elasticsearch's internal health endpoint                                                                                                                                         |
| `Keycloak`       | <p>- checks if OIDC provider is available<br>- if the auth url is correctly configured<br>- also adds (as an info) if a user provider is available</p>                                   |
| `Knative`        | <p>- checks if Knative Eventing CRDs<br>- and Knative Serving CRDs are installed<br>- and if their pods are running</p>                                                                  |
| `Postgres`       | <p>- checks first if Postgres is enabled<br>- if it is enabled, the test will try to run a simple query</p>                                                                              |
| `Prometheus`     | - pings Prometheus' internal health endpoint                                                                                                                                             |
| `Seldon Core v1` | <p>- checks if Seldon Core v1 CRDs are installed<br>- and if the <code>seldon-controller-manager</code> (in Seldon Core v1 <code>namespace</code>) deployment in Kubernetes is ready</p> |
| `Seldon Core v2` | <p>- checks if Seldon Core v2 CRDs are installed<br>- and if the <code>seldon-controller-manager</code> (in Seldon Core v2 <code>namespace</code>) deployment in Kubernetes is ready</p> |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.seldon.ai/seldon-enterprise-platform/operations/healthcheck.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
