# Monitoring

View **Monitoring** enables creating and managing monitoring configuration templates for computers. An administrator can define any number of profiles and assign them to devices. Based on these profiles, data is collected regarding device performance, print history, user activity monitoring, and many other parameters.

{% hint style="warning" %}
**Note:** Tab **Monitoring settings** does not include DLP policies. Information about them can be found in the documentation in [Data Protection](/eacloud-docs-en/features/data-loss-prevention.md).
{% endhint %}

## Monitoring settings view

The view presents a list of created templates as tiles that contain the following information:

* **Profile name** – A unique name for the monitoring configuration.
* **Creation date** – Information about the date the profile was added.
* **Last edited/By** Date of last edit and the user who edited it.
* **Action buttons**:
  * **Edit** – Opens the configuration side menu.
  * **Duplicate** – Creates a copy of the existing profile.
  * **Delete** – Permanently deletes the profile.

<figure><img src="/files/14c1bf1ba972949ca1c064a97e9d8b208f3499e6" alt="" width="375"><figcaption></figcaption></figure>

## Monitoring profile configuration

### List of available options

During configuration, the administrator can select the following monitoring elements:

* **Services**
* **Printing**
* **Event logs**
* **Network**
* **User activity**
* **Task scheduler**
* **E-mail**
* **Performance**
* **RDP sessions**

<figure><img src="/files/054264f3163f740abf6f7883fea9d541e0dc0447" alt="" width="295"><figcaption></figcaption></figure>

Each option has a **checkbox field**that enables or disables monitoring. For more complex elements, an icon is available **gear** leading to **Advanced settings**.

<figure><img src="/files/b08a10fe06bce8063038620b5d2d958d0edbdc13" alt="" width="375"><figcaption></figcaption></figure>

## Details of individual option configurations

### Services

Simple monitoring of Windows services, allowing them to be stopped, restarted, or started.

### User activity

Records the activity of pointing devices - keyboard and mouse.

By default, the system monitors all started processes for user activity. It is possible to exclude selected processes, e.g., Chrome, from monitoring. If a process is excluded, the system will not record information about whether the user was active or inactive in it.

The system allows configuring the maximum user inactivity time. **The default value is 60 seconds**. This means that as long as the user does not exceed 60 seconds without using the keyboard or mouse, they are shown as active. After exceeding this time, the system marks them as inactive and records this in the logs.

This value can be adjusted freely in seconds; for example, setting 180 means 3 minutes of inactivity before marking the user as passive. This parameter is assigned per computer and applies to the user logged in there.&#x20;

<img src="/files/ddf42882862ffbc74e164dbf03fdb1933d5adbc7" alt="" width="232">

### Printing

Monitoring of prints from physical devices and virtual printers, including saving to PDF via the print mechanism. The number of pages, color or mono mode, and document size are recorded. It is also possible to define printing costs - details are described in the [**Printing**](/eacloud-docs-en/features/tools/configuration/printing.md)**.**

Here we define the monitored printers by name. The default value is `*`, which means monitoring all printers detected in the system. Specific names can be specified, e.g., `Printer123`.

The exclusion mechanism works analogously. If we do not want print-to-PDF operations to appear in monitoring, we can add, for example, `*pdf*`. However, note that this will exclude any printer containing the phrase “pdf” in its name, e.g., `HPPDF123`.

The safest approach is to specify the exact name visible in the system, e.g., “Print to PDF”.

<img src="/files/34d47afb7db30c16725b3a0b3031846c28908594" alt="" width="232">

### Event logs

Monitoring Windows logs with the ability to select the type, kind, and number of recent events for analysis.

<img src="/files/3fefc2f0a58a27773c963227281de1cd7e15d947" alt="" width="234">

{% hint style="danger" %}
**NOTE!**&#x20;

When selecting log types to monitor, keep in mind that levels such as **Debug and other detailed entries generate a very large number of events**. This can cause significant database load - in extreme cases even an enormous number of entries per minute.

It is recommended to enable such logging levels judiciously. A good approach is to create a separate configuration and assign it only to selected devices in situations where detailed monitoring of a specific case is required.

This should be taken into account in the context of limitations resulting from the system plan - for example, in the Free plan the available database space is 10 GB per account.
{% endhint %}

### Network

Monitoring of network traffic generated by selected processes.

There is the possibility to add or exclude specific processes from monitoring. If a process is excluded, the system will not record data sent or received by that process.

For example, to exclude the Chrome browser or Microsoft Teams, specify the process name, e.g., `chrome.exe`, `ms-teams.exe` or use a pattern, e.g., `*chrome*`.

<img src="/files/2804c25f2ba1334c917b7692274af9f3c95dd0b0" alt="" width="231">

### Computer performance

Performance monitoring allows detailed analysis of system resources. The following parameters are available:

* **Available memory**&#x20;
  * Shows the amount of memory available to the system and new processes.
* **Used memory**
  * Shows overall memory usage in the system, taking into account different allocation types such as physical memory or cached memory.
* **CPU usage**
  * Illustrates overall processor load, taking into account all cores. Enables system performance analysis.
* **Disk utilization**
  * Shows disk activity, including the number of read and write operations, and the time required to complete them.
* **Disk queue length**
  * Shows the number of I/O operations waiting to be performed, which allows assessing disk load.

<figure><img src="/files/e4fc49229eb86ad031d773325db641b8d4ae1386" alt="" width="117"><figcaption></figcaption></figure>

### Task scheduler

Monitoring of the Windows system event scheduler.

### E-mail

Monitoring of outgoing mail in desktop Outlook (recipient, user, subject, attachment, date). Advanced configuration such as blocking file sending in email via DLP is available in [Data Protection](/eacloud-docs-en/features/data-loss-prevention.md).

#### RDP

Recording of remote desktop (RDP) sessions, including who and when connected, with which account, and the moment the session ended.

## **Summary**

View **"Monitoring settings"** enables administrators to comprehensively manage device monitoring templates. Thanks to the wide range of available options and integration with [Data Protection](/eacloud-docs-en/features/data-loss-prevention.md) this feature allows tailoring monitoring to the organization’s specific needs, supporting optimization of device performance and data security.


---

# Agent Instructions: 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:

```
GET https://eaclouddoc.eauditor.eu/eacloud-docs-en/features/tools/configuration/monitoring.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
