# Alerts for VPN metrics

In addition to the usual pipeline alerts, you can set **alerts for your VPN metrics**. This way, you can have a simple and efficient setup experience for both types of metrics.

## How to create alerts for VPN metrics?

1. On the Platform home page, click **Monitor.**
2. On the menu at the top of the page, click **Alerts configuration**.

{% hint style="info" %}
Alternatively, you can access the **Alerts configuration** page by clicking **Settings** in the top right corner of the Platform home page and then selecting **Alerts** from the menu on the left.
{% endhint %}

3. Click **Create**.
4. Choose an Alert name. It’s not possible to add special characters like "\_" to the alert name. The only exception is “-”, which can be used as a substitute for blank space.
5. Select the target:
   * Pipeline
   * **VPN**
6. Configure the threshold to trigger the alert:

* Select the metrics: **Mappings down**, **Mappings up**, **Tunnels down**, or **Tunnels up**.&#x20;
* Select the interval: **5, 10, 15, 20** minutes or a **specific interval**.&#x20;
* Select the conditions: **Below the specified value**, **Above the specified value**, or **The same as the specified value**.
* Enter the value number.

7\.&#x20;Configure the **channels** you want to use to receive notifications:

* Email addresses
* Telegram chat ID
* Webhook URL
* Slack URL

8\. Click **Save** to create a new alert.

## How do I visualize the VPN alerts I have created?

On the **Alerts configuration** tab on the **Monitor** page, click the toggle button to choose to display **Pipeline** or **VPN** alerts.

<figure><img src="/files/t86QYt7eDP3CdyNEBulP" alt=""><figcaption></figcaption></figure>


---

# 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://docs.digibee.com/documentation/developer-guide/development-cycle/dashboards/vpn-connections-monitoring/alerts-vpn-metrics.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.
