Enable Unified Alerting and wire up with alertmanager
Compare changes
- Kristian Klausen authored
Mostly changes from Grafana v8.0[1]. [1] https://grafana.com/docs/grafana/latest/whatsnew/whats-new-in-v8-0/
+ 116
− 55
@@ -67,6 +67,13 @@ enable_gzip = true
@@ -87,6 +94,12 @@ enable_gzip = true
@@ -151,18 +164,26 @@ enable_gzip = true
@@ -236,12 +257,12 @@ strict_transport_security_max_age_seconds = 86400
@@ -378,7 +399,7 @@ org_role = Viewer
@@ -474,58 +495,20 @@ email_attribute_path = email
@@ -610,7 +593,8 @@ role_attribute_strict = true
@@ -729,11 +713,67 @@ mode = syslog
#Enable the Unified Alerting sub-system and interface. When enabled we'll migrate all of your alert rules and notification channels to the new system. New alert rules will be created and your notification channels will be converted into an Alertmanager configuration. Previous data is preserved to enable backwards compatibility but new data is removed.```
# Minimum interval to enforce between rule evaluations. Rules will be adjusted if they are less than this value or if they are not multiple of the scheduler interval (10s). Higher values can help with resource management as we'll schedule fewer evaluations over time. This option has a legacy version in the `[alerting]` section that takes precedence.
@@ -746,7 +786,6 @@ enabled = false
@@ -758,6 +797,7 @@ enabled = false
@@ -794,7 +834,7 @@ enabled = false
@@ -902,13 +942,34 @@ enabled = false