Alerting: Fix confusing comment about screenshots in default.ini and docs (#63346)
This commit is contained in:
+2
-1
@@ -956,7 +956,8 @@ max_attempts = 3
|
|||||||
min_interval = 10s
|
min_interval = 10s
|
||||||
|
|
||||||
[unified_alerting.screenshots]
|
[unified_alerting.screenshots]
|
||||||
# Enable screenshots in notifications. This option requires the Grafana Image Renderer plugin.
|
# Enable screenshots in notifications. You must have either installed the Grafana image rendering
|
||||||
|
# plugin, or set up Grafana to use a remote rendering service.
|
||||||
# For more information on configuration options, refer to [rendering].
|
# For more information on configuration options, refer to [rendering].
|
||||||
capture = false
|
capture = false
|
||||||
|
|
||||||
|
|||||||
@@ -36,7 +36,8 @@ To use images in notifications, Grafana must be set up to use [image rendering](
|
|||||||
|
|
||||||
If Grafana has been set up to use [image rendering]({{< relref "../setup-grafana/image-rendering/" >}}) images in notifications can be turned on via the `capture` option in `[unified_alerting.screenshots]`:
|
If Grafana has been set up to use [image rendering]({{< relref "../setup-grafana/image-rendering/" >}}) images in notifications can be turned on via the `capture` option in `[unified_alerting.screenshots]`:
|
||||||
|
|
||||||
# Enable screenshots in notifications. This option requires the Grafana Image Renderer plugin.
|
# Enable screenshots in notifications. You must have either installed the Grafana image rendering
|
||||||
|
# plugin, or set up Grafana to use a remote rendering service.
|
||||||
# For more information on configuration options, refer to [rendering].
|
# For more information on configuration options, refer to [rendering].
|
||||||
capture = true
|
capture = true
|
||||||
|
|
||||||
|
|||||||
@@ -45,7 +45,8 @@ When using Grafana as its own cloud storage service screenshots are copied from
|
|||||||
|
|
||||||
Having installed either the image rendering plugin, or set up Grafana to use a remote rendering service, set `capture` in `[unified_alerting.screenshots]` to `true`:
|
Having installed either the image rendering plugin, or set up Grafana to use a remote rendering service, set `capture` in `[unified_alerting.screenshots]` to `true`:
|
||||||
|
|
||||||
# Enable screenshots in notifications. This option requires the Grafana Image Renderer plugin.
|
# Enable screenshots in notifications. You must have either installed the Grafana image rendering
|
||||||
|
# plugin, or set up Grafana to use a remote rendering service.
|
||||||
# For more information on configuration options, refer to [rendering].
|
# For more information on configuration options, refer to [rendering].
|
||||||
capture = false
|
capture = false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user