# 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="https://1679291640-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOX8HIrQ8f257lv49Od1Z%2Fuploads%2FKPn0Njq1PLwbfuN6B8nC%2Fcreate-monitored-process-01.png?alt=media&#x26;token=77eed443-ecb8-4763-85ec-6af5977f4b95" 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](https://docs.connect.jfrog.io/features-new-ui/tools/get-alerts/create-monitored-process/view-monitored-processes).
