---
title: "Alerts in Fleet Management | Grafana Cloud documentation"
description: "Use alerts in Grafana Fleet Management to troubleshoot your collectors."
---

> For a curated documentation index, see [llms.txt](/llms.txt). For the complete documentation index, see [llms-full.txt](/llms-full.txt).

# Alerts in Fleet Management

The Fleet Management service doesn’t come with out-of-the-box alerts, but it fetches user-created alerts from the Grafana Prometheus instance.

## View active alerts

You can view a collector’s active alerts in the Fleet Management interface:

1. In your Grafana Cloud stack, click **Connections** &gt; **Fleet Management**.
2. Search, filter, or sort to find the alerting collector in your **Inventory**.
3. Click on the collector to open the details view drawer and switch to the **Alerts** tab.

> Note
> 
> If you don’t see active alerts in a collector’s details view, refer to [Alerts don’t appear in app](/docs/grafana-cloud/send-data/fleet-management/set-up/onboard-collectors/onboard-troubleshooting/#alerts-dont-appear-in-app) for guidance.

## Create new alerts

You can create alerts for collector health issues in Prometheus Alertmanager. Refer to the [Alertmanager documentation](/docs/mimir/latest/manage/tools/mimirtool/#alertmanager) for tips on using Mimirtool to configure Alertmanager.

When setting up alerts, make sure the following labels are set so that the alerts are properly linked in Fleet Management:

- `collector_id`: The value of this label must match the `id` argument in the collector’s `remotecfg` block.
- `severity`: The Fleet Management service uses the value of this label to assign a yellow or red health status indicator.
- `source="fleet-management"`: The value of the `source` label must be set to `"fleet-management"`.
