Docs: Move alert rule section to alerting fundamentals section (#49657)

* initial commit

* Added links to alert rules, and fixes one broken alerting relref.

(cherry picked from commit a968a43e0c)
This commit is contained in:
JitaC
2022-05-25 19:37:18 -04:00
committed by achatterjee-grafana
parent e5248a2aa7
commit 09a93b17d9
2 changed files with 4 additions and 12 deletions
+1 -4
View File
@@ -22,10 +22,7 @@ Existing installations that upgrade to v9.0 will have Grafana alerting enabled b
Before you begin, we recommend that you familiarize yourself with some of the [fundamental concepts]({{< relref "./fundamentals/_index.md" >}}) of Grafana alerting. Refer to [Role-based access control]({{< relref "../enterprise/access-control/_index.md" >}}) in Grafana Enterprise to learn more about controlling access to alerts using role-based permissions.
<<<<<<< HEAD
- # [About alert rules]({{< relref "./fundamentals/alert-rules/_index.md" >}})
> > > > > > > b5d48d217a (Docs: Created separate section for migration under alerting (#49616))
- [About alert rules]({{< relref "./fundamentals/alert-rules/_index.md" >}})
- [Migrating legacy alerts]({{< relref "./migrating-alerts/_index.md" >}})
- [Disable Grafana alerting in OSS]({{< relref "./migrating-alerts/opt-out.md" >}})
- [Create Grafana managed alerting rules]({{< relref "alerting-rules/create-grafana-managed-rule.md" >}})
@@ -30,16 +30,11 @@ To opt-out of Grafana alerts and roll back to legacy dashboard alerting:
When you are ready to make the switch, the following procedure will help you migrate to Grafana alerting.
<<<<<<< HEAD
To opt-in to Grafana alerts:
=======
To opt-in Grafana alerts:
> > > > > > > b5d48d217a (Docs: Created separate section for migration under alerting (#49616))
1. In your custom configuration file ($WORKING_DIR/conf/custom.ini), go to the [unified alerts]({{< relref "../../administration/configuration.md#unified_alerting" >}}) section.
1. Set the `enabled` property to `true`.
1. Next, for [legacy dashboard alerting]({{< relref "../../administration/configuration.md#alerting" >}}), set the `enabled` flag to `false`.
1. Restart Grafana for the configuration changes to take effect.
2. Set the `enabled` property to `true`.
3. Next, for [legacy dashboard alerting]({{< relref "../../administration/configuration.md#alerting" >}}), set the `enabled` flag to `false`.
4. Restart Grafana for the configuration changes to take effect.
> **Note:** The `ngalert` toggle previously used to enable or disable Grafana alerting is no longer available.