mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 03:41:50 +08:00

* initial * cleanup * remove bad aliases * cleanup, fix links * add docs-file-based-command * update docs * update readme * fix broken links * fix spelling Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
14 lines
709 B
Markdown
14 lines
709 B
Markdown
+++
|
|
title = "Pause alert rule"
|
|
description = "Pause an existing alert rule"
|
|
keywords = ["grafana", "alerting", "guide", "rules", "view"]
|
|
weight = 400
|
|
+++
|
|
|
|
# Pause an alert rule
|
|
|
|
Pausing the evaluation of an alert rule can sometimes be useful. For example, during a maintenance window, pausing alert rules can avoid triggering a flood of alerts.
|
|
|
|
1. In the Grafana side bar, hover your cursor over the Alerting (bell) icon and then click **Alert Rules**. All configured alert rules are listed, along with their current state.
|
|
1. Find your alert in the list, and click the **Pause** icon on the right. The **Pause** icon turns into a **Play** icon.
|
|
1. Click the **Play** icon to resume evaluation of your alert. |