# Alerts with Alert Manager

Grafana's native Alert manager is used for alerting within the DuploCloud Advanced Observability Suite (AOS). DuploCloud's AOS includes a default set of alerts based on best practices and compliance standards. Custom alerting can also be set up to meet your unique needs based on log strings, metrics, etc.

## Default Alerts

When you enable AOS, a set of alerts is automatically available in Grafana. These alerts cover common health and performance issues for Linux nodes and Kubernetes clusters, helping you monitor critical infrastructure without extra setup.

The default alerts include:

<details>

<summary>Linux Node Alerts</summary>

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

</details>

<details>

<summary>Linux Filesystem Alerts</summary>

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

</details>

<details>

<summary>Kubernetes Application Alerts</summary>

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

</details>

<details>

<summary>Kubernetes Resource Alerts</summary>

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

</details>

<details>

<summary>Kubernetes Storage Alerts</summary>

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

</details>

These alerts are provided automatically in Grafana for AOS. Any additional alerts beyond these categories must be manually created.

## Configuring Custom Alerts

Any alerting beyond the default node and Kubernetes integrations must be created manually. For example, you might add alerts based on:

* Application-specific error logs (e.g., HTTP 500 spikes).
* Business KPIs (e.g., queue depth, transaction rates).
* Service-level metrics such as latency or availability.

These types of alerts can be defined directly in Grafana to suit your organization’s needs. To create or manage them, follow these steps:

1. From the DuploCloud Portal, navigate to one of the following dashboards:
   * Admin AOS Dashboard: **Administrator** → **Observability** → **Advanced** → **Dashboard**
   * Tenant AOS Dashboard: **Observability** → **Advanced** → **Dashboard**
2. Click the **Alert** icon ( <img src="/files/hXNRfIqrgFZEn4EdU6Yr" alt="" data-size="line">) on the right end of the **Observability** header.
3. The Grafana **Alert rules** page displays, allowing you to view, add, delete, or modify alerts. For detailed instructions, see the [Grafana alert documentation](https://grafana.com/docs/grafana/latest/alerting/alerting-rules/).

<figure><img src="/files/6ZKos8VHEcu2qYNIpkV1" alt=""><figcaption><p>Grafana <strong>Alert rules</strong> page</p></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.duplocloud.com/docs/automation-platform/diagnostics-overview/advanced-observability-suite/alerts-with-alert-manager.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.
