> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/data-library/staff-devices/dashboard-actions/monitor-device-compliance-checks.md).

# Monitor Device Compliance Checks

The **Monitoring** tab in the Staff Devices section helps you track the status of all device-related compliance checks across your organisation. Whether checks are fulfilled via Dr. Sprinto, third-party MDMs, or manual workflow submissions, this tab gives you a unified view to manage progress, follow-ups, and audit readiness.

***

### What You Can See

The Monitoring tab displays a tabular view of all device health checks that are currently:

* **Pending**
* **Passing**
* **Failing**
* **Due or Critical**

Each row in the table shows:

<table><thead><tr><th width="137.1875">Column</th><th>Description</th></tr></thead><tbody><tr><td><strong>Task Name</strong></td><td>The compliance check being evaluated (e.g. Disk encryption, Antivirus).</td></tr><tr><td><strong>Owner</strong></td><td>The staff member or admin responsible for providing evidence or completing the check.</td></tr><tr><td><strong>MDM Provider</strong></td><td>Indicates if the check is mapped to Dr. Sprinto, a third-party MDM, or a manual workflow.</td></tr><tr><td><strong>Status</strong></td><td>Displays one of: Passing, Failing, Pending, Due, or Critical.</td></tr><tr><td><strong>Evidence</strong></td><td>If submitted manually, the uploaded file is accessible here.</td></tr><tr><td><strong>Action</strong></td><td>For failing/pending checks, click <strong>View &#x26; Fix</strong> to guide the next steps.</td></tr></tbody></table>

<figure><img src="/files/FYdVUGsnEwksBn96LnNR" alt="" width="563"><figcaption></figcaption></figure>

***

### Filter and Sort Options

You can use filters at the top of the Monitoring tab to narrow down checks by:

* **Status** (e.g. only Failing or Pending checks)
* **Check Name**
* **MDM Provider**
* **Owner**
* **Last updated date**

This allows you to prioritise remediation based on urgency or framework relevance.

***

### View & Fix

Clicking **View & Fix** for any check opens a side panel or detail view where you can:

* View the reason for failure
* See last reported evidence
* Download submitted files
* Add reviewer comments (if enabled)
* Trigger a rescan (Dr. Sprinto)
* Manually upload updated evidence

<figure><img src="/files/op5nGHOGrpSdgHZSFyN6" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
Sprinto automatically maps each check to one or more compliance framework controls (e.g. ISO 27001 A.6.2.1, SOC 2 CC6.1), which you can see in this panel.
{% endhint %}

***

### Use Cases

<table><thead><tr><th width="181.890625">Role</th><th>Usage</th></tr></thead><tbody><tr><td><strong>IT Admins</strong></td><td>Identify failing encryption or antivirus checks and guide users to update settings.</td></tr><tr><td><strong>Security Teams</strong></td><td>Prioritise high-risk device gaps across internal and BYOD users.</td></tr><tr><td><strong>Compliance Officers</strong></td><td>Review supporting evidence during internal or external audits.</td></tr><tr><td><strong>Managers</strong></td><td>Ensure assigned staff have completed device reporting responsibilities.</td></tr></tbody></table>

***

### What You Can Do

* Track and export compliance status for all staff devices.
* Monitor recurring checks that require manual intervention.
* Filter and act on failing devices before upcoming audits.


---

# 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.sprinto.com/data-library/staff-devices/dashboard-actions/monitor-device-compliance-checks.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.
