> For the complete documentation index, see [llms.txt](https://docs.connect.jfrog.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connect.jfrog.io/features-new-ui/tools/get-alerts/create-monitored-process.md).

# Create Monitored Process

You can monitor a process by entering the software binary name. Connect monitors the given application name by searching for the currently running process with a similar name on the connected device.&#x20;

In most cases, the software binary name is the same as the executable file name. Below are some examples. \
\
&#x20;`app.py`  -  For a Python application, enter the main Python application file name that is being executed by Python.\
&#x20;`app`  -  For an executable binary file, enter the binary file name.\
&#x20;`app.sh`  - For a Bash file, enter the Bash file name.\
&#x20;`mysql` - For a ready-service, enter the service name.

{% hint style="success" %}
**Tip**: In case of monitoring issues, it is recommended to enter the full path of the running application, for example: `/home/device-app/app.py`.
{% endhint %}

To create a new monitored process, do the following:

1. In the left navigation tree, go to **Alerts**>**Configuration** **tab**>**Processes**>**New Process**.

<div align="left"><figure><img src="/files/I4HDApCQVlmACUJTNylk" alt="" width="563"><figcaption></figcaption></figure></div>

2. In the Create New Monitored Process wizard, enter the **Binary Name** and click **Next**.
3. Select the devices to be monitored. These can be in a specific group, specific devices you choose, or devices meeting some other criteria that you define. Click **Next**.
4. View the Summary, which shows the number of devices that will monitored, and click **Start Monitoring**.

## What's Next?

Learn how to [view, edit, and delete monitored processes](/features-new-ui/tools/get-alerts/create-monitored-process/view-monitored-processes.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:

```
GET https://docs.connect.jfrog.io/features-new-ui/tools/get-alerts/create-monitored-process.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.
