> 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/view-triggered-alerts.md).

# View Triggered Alerts

The Triggered Alerts table shows all types of alerts that have been triggered, including resource and process alerts.

To view the list of alerts that have been triggered, go to the **Alerts** page and click the **Triggered Alerts** tab.&#x20;

<div align="left"><figure><img src="/files/ZScd0048hpdhDg4AsDvl" alt=""><figcaption></figcaption></figure></div>

The table shows a summary of the alerts and includes the following columns:

* **Device**: The user-defined name and UUID identifier of the relevant device.
* **Alert Name**: The user-defined name of the alert.
* **Type**: The type of monitoring that triggered the alert, for example, resources, processes, or deployment.
* **Trigger Time**: The time (UTC) the trigger threshold or criteria were met.
* **Finish Time**: The time (UTC) at which the threshold or criteria for triggering were no longer met, or the time that you manually stopped the alert.
* **Value Triggered**: The value of the parameter that caused an alert to be triggered, for example, RAM of 95% when the trigger threshold configured was 60%.&#x20;
* **State**: An alert is either Ongoing or Finished.&#x20;
* **Stop Alert**: An alert in Ongoing state has a circle icon on the right side of the row. Click this icon to stop the alert manually.

## Alert Behavior

* Each device can trigger a configured alert only once every 10 minutes.
* Alerts are automatically indicated when they trigger and finish, and they are observable in the Triggered Alerts table. Finished indicates that the alert no longer meets the defined criteria or threshold for an alert to be triggered.

## Filter Triggered Alerts

You can filter the Triggered Alerts table to help zero in on issues. Types of filters include:

* **Alert Type**: Resources, Processes, or Deployment Failed.
* **Alert State**: Ongoing or Finished.
* **Time Frame**: By default the last three days are shown. You can change the filter to show the last five minutes up to the last week of alerts.

## What's Next?

Learn about the [remote tools](/features-new-ui/tools/remote-tools-overview.md) you can use for troubleshooting issues.


---

# 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/view-triggered-alerts.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.
