# Monitoring Dashboard

The PMK Monitoring dashboard is a real-time multi cluster view into alarms for the last 24 hours. Using this dashboard you are able to filter alarms by `severity`, `cluster` and `time`. Each alarm contains a link to drill down to Grafana for further investigation.

<figure><img src="/files/zP0WRifjoxOyTmO5AHQh" alt=""><figcaption></figcaption></figure>

#### My Monitoring Dashboard is Empty?

For the Monitoring Dashboard to populate at lease one cluster within your environment must have monitoring enabled.

To ensure monitoring is enabled navigate to `Infrastructure` click the `Clusters` tab and then select a cluster, this will activate the table toolbar, then click the `Monitoring` button. In the popup click `Enable`.

Once enabled the Platform9 Management Plan will then deploy an `Operator` that runs Prometheus, Alertmanager and Grafana.

{% hint style="warning" %}
**Warning**

Depending on the clusters available resources the `Operator` may take up to 15 minutes to start all required `Pods`.
{% endhint %}

<figure><img src="/files/drXBlWLJ2XjpwWTcZo5U" alt=""><figcaption></figcaption></figure>

For the full guidance on enabling monitoring, refer to [Enable In-Cluster Monitoring](/managed-kubernetes/5.15/in-cluster-monitoring/enabling-in-cluster-monitoring.md).


---

# 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.platform9.com/managed-kubernetes/5.15/in-cluster-monitoring/monitoring-dashboard.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.
