mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Document that remote.alertmanager.url should not have any suffixes (#79782)
This commit is contained in:
parent
10bb02e026
commit
c1c3e9387a
@ -1264,11 +1264,12 @@ clean_upgrade = false
|
||||
enabled = false
|
||||
|
||||
# URL of the remote Alertmanager that will replace the internal one.
|
||||
# This URL should be the root path, Grafana will automatically append an "/alertmanager" suffix for certain HTTP calls.
|
||||
# Required if `enabled` is set to `true`.
|
||||
url =
|
||||
|
||||
# Tenant ID to use in requests to the Alertmanager.
|
||||
# It will also be used for the basic auth username.
|
||||
# It will also be used for the basic auth username if a password is configured.
|
||||
tenant =
|
||||
|
||||
# Optional password for basic authentication.
|
||||
|
Loading…
Reference in New Issue
Block a user