diff --git a/docs/sources/alerting/alerting-rules/create-mimir-loki-managed-rule.md b/docs/sources/alerting/alerting-rules/create-mimir-loki-managed-rule.md index dadbf480067..e8f8cf96d9d 100644 --- a/docs/sources/alerting/alerting-rules/create-mimir-loki-managed-rule.md +++ b/docs/sources/alerting/alerting-rules/create-mimir-loki-managed-rule.md @@ -10,11 +10,11 @@ keywords: - guide - rules - create -title: Create a Grafana Mimir or Loki managed alerting rules +title: Create Grafana Mimir or Loki managed alert rules weight: 400 --- -# Create a Grafana Mimir or Loki managed alerting rules +# Create Grafana Mimir or Loki managed alert rules Grafana allows you to create alerting rules for an external Grafana Mimir or Loki instance that has ruler API enabled. For information on Grafana Alerting, see [About Grafana Alerting]({{< relref "../../alerting" >}}) which explains the various components of Grafana Alerting. We also recommend that you familiarize yourself with some of the [fundamental concepts]({{< relref "../fundamentals" >}}) of Grafana Alerting. diff --git a/docs/sources/alerting/fundamentals/_index.md b/docs/sources/alerting/fundamentals/_index.md index 6671c7b485a..f3da5131383 100644 --- a/docs/sources/alerting/fundamentals/_index.md +++ b/docs/sources/alerting/fundamentals/_index.md @@ -1,4 +1,5 @@ --- +menuTitle: Introduction aliases: - metrics/ - unified-alerting/fundamentals/ diff --git a/docs/sources/alerting/manage-notifications/_index.md b/docs/sources/alerting/manage-notifications/_index.md index edb188f7bb5..a040d244801 100644 --- a/docs/sources/alerting/manage-notifications/_index.md +++ b/docs/sources/alerting/manage-notifications/_index.md @@ -22,15 +22,3 @@ Once you have set up your alert rules, contact points, and notification policies [View the state and health of alert rules]({{< relref "./view-state-health" >}}) [View and filter alert rules]({{< relref "./view-alert-rules" >}}) - -Choosing how, when, and where to send your alert notifications is an important part of setting up your alerting system. These decisions will have a direct impact on your ability to resolve issues quickly and not miss anything important. - -As a first step, define your contact points; where to send your alert notifications to. A contact point is a set of one or more integrations that are used to deliver notifications. Add notification templates to contact points for reuse and consistent messaging in your notifications. - -Next, create a notification policy which is a set of rules for where, when and how your alerts are routed to contact points. In a notification policy, you define where to send your alert notifications by choosing one of the contact points you created. Add mute timings to your notification policy. A mute timing is a recurring interval of time during which you don’t want any notifications to be sent out. - -You can also add silences to stop notifications from one or more alert rules. The difference between a silence and a mute timing is that a silence only lasts for a specified window of time. - -When an alert rule fires, the ruler sends alert instances to the Alertmanager; one alert rule can trigger multiple individual alert instances. - -The Alertmanager receives these alert instances and then handles silences, groups alerts, and sends notifications to your contact points as defined in the notification policy. diff --git a/docs/sources/alerting/set-up/_index.md b/docs/sources/alerting/set-up/_index.md index cd69049ec87..3b7a2e27458 100644 --- a/docs/sources/alerting/set-up/_index.md +++ b/docs/sources/alerting/set-up/_index.md @@ -18,7 +18,7 @@ Set up or upgrade your implementation of Grafana Alerting. These are set-up instructions for Grafana Alerting Open Source. -To set up Grafana Alerting for Cloud, see ({{< relref "./set-up/set-up-cloud" >}}) +To set up Grafana Alerting for Cloud, see [Set up Alerting for Cloud]({{< relref "../set-up/set-up-cloud" >}}). ## Before you begin diff --git a/docs/sources/alerting/set-up/set-up-cloud/_index.md b/docs/sources/alerting/set-up/set-up-cloud/_index.md index 39e6337ce0d..2486e0b9467 100644 --- a/docs/sources/alerting/set-up/set-up-cloud/_index.md +++ b/docs/sources/alerting/set-up/set-up-cloud/_index.md @@ -30,7 +30,7 @@ Grafana Cloud Alerting's Prometheus-style alerts are built by querying directly These are set up instructions for Grafana Alerting Cloud. -To set up Grafana Alerting for Open Source, see ({{< relref "./set-up" >}}) +To set up Grafana Alerting for Open Source, see [Set up]({{< relref "../_index.md" >}}). To set up Alerting, you need to: