> For the complete documentation index, see [llms.txt](https://eaclouddoc.eauditor.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-infrastructure/computers/computer-card/overview.md).

# Overview

Tab **Overview** presents the most important information about the status of the selected computer. It enables quick verification of security, resource utilization, user activity, and recent events.

<figure><img src="/files/4262ba37c56bc8962170880e687a2a9b54897461" alt="pełny widok zakładki Przegląd" width="375"><figcaption></figcaption></figure>

### Available widgets

| Widget                 | Presented information                                                                                                                                                                                                                                                                                              |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| **Security**           | Computer security indicator on a scale from 0 to 100.                                                                                                                                                                                                                                                              |
| **Owner**              | User assigned as the device owner.                                                                                                                                                                                                                                                                                 |
| **Assigned structure** | An element of the organizational structure to which the computer belongs.                                                                                                                                                                                                                                          |
| **Device**             | Basic information about the hardware, system, and warranty.                                                                                                                                                                                                                                                        |
| **Notes**              | Notes associated with the computer.                                                                                                                                                                                                                                                                                |
| **Event logs**         | Alerts and events requiring attention.                                                                                                                                                                                                                                                                             |
| **Processor**          | Current and historical CPU load data.                                                                                                                                                                                                                                                                              |
| **RAM**                | Information about memory usage.                                                                                                                                                                                                                                                                                    |
| **Drives**             | Capacity and usage of detected drives.                                                                                                                                                                                                                                                                             |
| **User activity**      | Information about logged-in users and the time of their activity.                                                                                                                                                                                                                                                  |
| **Remote sessions**    | <p>Information about all incoming RDP remote sessions established with the monitored device. <br><br>Additional information: the device initiating the connection does not have to have eAgent installed. As a result, connections made from personal computers, laptops, or mobile devices are also recorded.</p> |

{% hint style="info" %}

#### **Security indicator (Risk Score)**

The security indicator is presented as a numerical value (0–100) and a corresponding color (green, yellow, or red). It defines the overall security level of the given computer based on four components, each with equal weight (maximum 25%).

**Indicator components:**

* **Updates (max. 25%)**\
  The value depends on the number of missing Windows updates.

  * If all updates are installed – the score is **25%**.
  * For each missing update, **1 percentage point**.
  * If the number of missing updates is **25 or more**, the score is **0%**.

  **Example:** 10 missing updates → 25 − 10 = **15%**.
* **Disk encryption (max. 25%)**\
  The value is calculated proportionally to the number of encrypted internal drives.
  * If all drives are encrypted – **25%**.
  * If, for example, 2 of 3 drives are encrypted, the score is **25 × (2/3) = 17% (rounded)**.
* **Firewall (max. 25%)**\
  If the system firewall (Windows Firewall) is enabled – **25%**,\
  if it is disabled – **0%**.
* **Vendor support (OS) (max. 25%)**\
  The value depends on whether the operating system is currently supported by the vendor (Microsoft).
  * Supported system – **25%**
  * Unsupported system (End of Life (EOL)) – **0%**

**Final score:**

**Risk Score = sum of the four values above (0–100%)**
{% endhint %}

{% hint style="warning" %}
The security indicator is a summary of selected technical parameters. It does not replace a full risk assessment or security audit.
{% endhint %}

### Resource utilization colors

The bar color makes it easier to assess the current load or utilization level of the resource:

* <mark style="color:$success;">**green - 0-33%**</mark> - within normal range,
* <mark style="color:$warning;">**yellow - 34-66%**</mark> - warning level,
* <mark style="color:$danger;">**red - 67-100%**</mark> - high utilization requiring attention.

{% hint style="warning" %}
If widgets do not display data, check the monitoring scheme assigned to the computer in the section **Tools > Configuration > Monitoring**.
{% endhint %}

### Frequently asked questions

<details>

<summary><strong>Why is the Risk Score low?</strong></summary>

Check the four components of the indicator: updates, disk encryption, Windows Firewall, and vendor support for the operating system.

</details>

<details>

<summary><strong>What does EOL mean?</strong></summary>

EOL means the operating system is no longer supported by the vendor. Such a system may not receive security updates and receives 0 points in this part of the indicator.

</details>

<details>

<summary><strong>Why is there no data on the charts?</strong></summary>

Monitoring of the relevant parameters may not be configured, or eAgent has not yet sent data. Check the assigned [monitoring scheme](/eacloud-docs-en/features/tools/configuration/monitoring.md) and the computer's connection status.

</details>


---

# 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://eaclouddoc.eauditor.eu/eacloud-docs-en/features/it-infrastructure/computers/computer-card/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.
