> For the complete documentation index, see [llms.txt](https://docs.intuneassistant.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intuneassistant.cloud/intune-assistant/monitor/global-overview.md).

# Global Overview

## What Is This Page?

**Global Overview** is the main dashboard for Drift Monitor. It pulls together every monitor you have configured, every drift that has been detected, and the history of every monitor run, into one summarised view — with charts, stat cards, and a per-monitor table.

## Why Would You Use This?

* Get a single-glance answer to "is anything drifting right now?"
* See which monitors are active and which are inactive
* Check how reliably your monitors are running (success rate of recent runs)
* Drill into which specific properties changed on a drifted resource, without leaving the page

## How Data Loads

Unlike most pages in IntuneAssistant, Global Overview does **not** load automatically. The first time you visit, you'll see a welcome card with a **Load Overview** button — click it to fetch your monitors, drifts, and run history.

Once loaded, the data is cached for your session. Leaving the page and coming back shows the cached data instantly; the button changes to **Refresh** so you can pull the latest data on demand.

{% hint style="info" %}
You can cancel an in-progress load with the **Cancel** button. If the load fails, a red error card appears with a **Try Again** button.
{% endhint %}

## Stat Cards

| Card                | What It Shows                                                         |
| ------------------- | --------------------------------------------------------------------- |
| **Active Monitors** | Number of active monitors, out of the total configured                |
| **Success Rate**    | Percentage of monitor runs that completed successfully                |
| **Active Drifts**   | Number of drifts currently unresolved, out of the total ever detected |
| **Drifts Fixed**    | Number of drifts that have been resolved                              |

## Charts

* **Monitor Status** — a pie chart showing the split between active and inactive monitors.
* **Run Outcomes** — a bar chart showing how many runs completed successfully, partially succeeded, or failed.

## Configuration Monitors Table

Below the charts, a table lists every monitor with:

* Name and description
* Status badge (Active / Inactive)
* Drift count — clickable when greater than zero
* Last run status and date
* Run frequency (shown as "Every Xh")
* A **View** action linking to that monitor's [detail page](/intune-assistant/monitor/monitor-details.md)

### Viewing a Monitor's Drifts

Clicking a non-zero drift count opens a dialog listing every drift for that monitor: the affected resource, when it was first reported, its status, and a side-by-side comparison of the current value versus the desired (baseline) value for each drifted property.

## Common Questions

**Why is the page empty when I first open it?**\
Global Overview waits for you to click **Load Overview** rather than fetching automatically. Click it once and the dashboard fills in.

**How current is the data shown here?**\
It reflects the latest results your monitors have already produced — click **Refresh** to pull the newest data from the server.

## Related Pages

* [All Monitors](/intune-assistant/monitor/all-monitors.md)
* [Monitor Details](/intune-assistant/monitor/monitor-details.md)
* [Wall Dashboard](/intune-assistant/monitor/wall-dashboard.md)
* [Drifts](/intune-assistant/monitor/drifts.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.intuneassistant.cloud/intune-assistant/monitor/global-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
