> 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/all-monitors.md).

# All Monitors

## What Is This Page?

**All Monitors** is the management view for every configuration drift monitor you have set up. A monitor watches a chosen set of Intune configuration resources (its **baseline**) and periodically checks whether their live settings still match what was captured when the monitor was created.

## What You Will See

Four stat cards summarise your monitors at a glance: Total Monitors, Active, Total Drifts (across every monitor), and Recent Runs.

Below that, a table lists every monitor with:

| Column            | What It Shows                                                                 |
| ----------------- | ----------------------------------------------------------------------------- |
| **Monitor Name**  | Name and description                                                          |
| **Status**        | Active or Inactive badge                                                      |
| **Active Drifts** | Number of unresolved drifts, highlighted red when greater than zero           |
| **Last Run**      | Success / partially-successful / failed badge and timestamp, or "No runs yet" |
| **Frequency**     | How often the monitor runs, in hours                                          |
| **Created**       | The date the monitor was created                                              |

If you have no monitors yet, the table is replaced with a call-to-action to add your first one.

## How to Use It

* Click **Add Monitor** to open the [Add Monitor](/intune-assistant/monitor/add-monitor.md) wizard and create a new one.
* Click **Refresh** to reload the list.
* Click **View** on any row to open its [Monitor Details](/intune-assistant/monitor/monitor-details.md) page.
* Click the trash icon on a row to delete a monitor. A confirmation dialog warns that this cannot be undone.

{% hint style="warning" %}
There is currently no way to pause a monitor, change its schedule, or edit which resources it watches from this page. To change what is being monitored, delete the monitor and create a new one with the resources you want.
{% endhint %}

## Common Questions

**What does "Active" vs "Inactive" mean?**\
Active monitors are currently being checked on their configured schedule. Inactive monitors exist but are not currently running checks.

**Why does a monitor show "No runs yet"?**\
The monitor was created but has not completed its first scheduled check yet.

## Related Pages

* [Monitor Details](/intune-assistant/monitor/monitor-details.md)
* [Add Monitor](/intune-assistant/monitor/add-monitor.md)
* [Global Overview](/intune-assistant/monitor/global-overview.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/all-monitors.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.
