> 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/monitors/dr.-sprinto-and-manual-inputs/what-is-manual-device-health-status-reporting.md).

# What is manual device health status reporting

### About <a href="#about" id="about"></a>

Occasionally, Dr. Sprinto may face challenges in automatically collecting device health data. In such cases, manual evidence submission becomes crucial for maintaining compliance. Below are the steps to provide evidence for different system health checks.

### Purpose <a href="#purpose" id="purpose"></a>

There are instances where Dr. Sprinto's automatic data collection might fail due to various reasons such as insufficient privileges or unsupported operating systems. To ensure a seamless compliance journey, individuals can capture and manually upload screenshots of specific device settings.

### Required Evidences <a href="#required-evidences" id="required-evidences"></a>

1. Screenlock Enabled:

   * Mac:
     * Go to System Preferences > Security & Privacy.
     * Ensure "Require password" is checked and set Screen Saver preferences.
     * Capture and upload a screenshot.

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

   * Windows:
     * Search for Lock Screen, turn it on.
     * Capture and upload a screenshot.

       <figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/72080801773/original/Gh41bcvfgmGZ1zbYW5lWlA7WuA_IuSDiDw.png?1704891044" alt="" width="563"><figcaption></figcaption></figure>
   * Linux:
     * Navigate to Settings > Privacy > ScreenLock.
     * Confirm settings and upload a screenshot.
2. Harddisk Encryption:
   * Mac:
     * Go to System Preferences > Security & Privacy > FileVault.
     * Click "Turn On FileVault."
     * Capture and upload a screenshot.

       <figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/72080801775/original/oTjgykhFGrk1OLeU6kKoBNBViPqYIakkTQ.png?1704891044" alt="" width="563"><figcaption></figcaption></figure>
   * Windows:
     * Search for Manage Bitlocker, turn it on.
     * Capture and upload a screenshot.

       <figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/72080801776/original/GAjeeGipvouRlHw9-0HgtEB9h55gD6gzpg.png?1704891044" alt="" width="563"><figcaption></figcaption></figure>
   * Linux:
     * Open terminal, type ls -A /home to check encryption status.
     * Capture and upload a screenshot.
3. Operating System Up to Date:
   * Mac:
     * Go to System Preferences > Software Update.
     * Click Update Now.
     * Capture and upload a screenshot.

       <figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/72080801774/original/f3BzAZ2ROj95t7p_p1z1k6LIpGDqlM1odg.png?1704891044" alt="" width="563"><figcaption></figcaption></figure>
   * Windows:
     * Search for Windows Update Settings, update if needed.
     * Capture and upload a screenshot.

       <figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/72080801771/original/15sPGUCizzQXSfRH8kr4ZhDDabsj9FfocA.png?1704891043" alt="" width="563"><figcaption></figcaption></figure>
   * Linux:
     * Open terminal, use commands like cat /etc/os-release.
     * Capture and upload a screenshot.
4. Antivirus Running (Optional):
   * Ensure antivirus is active on systems with access to critical data.
   * Capture and upload a screenshot.

     <figure><img src="https://s3.amazonaws.com/cdn.freshdesk.com/data/helpdesk/attachments/production/72080801778/original/1eRAGhzXfxKlWbEalVshBoKok1x-n3gCDw.png?1704891045" alt="" width="563"><figcaption></figcaption></figure>

### Conclusion <a href="#conclusion" id="conclusion"></a>

Manual evidence submission ensures compliance continuity when Dr. Sprinto faces challenges in automated data collection. By following these simplified steps, users can effortlessly contribute to their device's compliance status.


---

# 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/monitors/dr.-sprinto-and-manual-inputs/what-is-manual-device-health-status-reporting.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.
