Browse Source

Update docs/configuring-playbook-prometheus-grafana.md: move the comments out of the YAML block

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4046/head
Suguru Hirahara 1 year ago
parent
commit
2163daead2
No known key found for this signature in database GPG Key ID: E4F9743DAB4B7B75
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      docs/configuring-playbook-prometheus-grafana.md

+ 5
- 5
docs/configuring-playbook-prometheus-grafana.md View File

@@ -46,7 +46,11 @@ Take a look at:


### Configure Grafana ### Configure Grafana


Grafana is an open source visualization and analytics software. To enable it, add the following configuration to your `vars.yml` file:
Grafana is an open source visualization and analytics software. To enable it, add the following configuration to your `vars.yml` file. Make sure to replace `USERNAME_HERE` and `PASSWORD_HERE`.

**Notes**:
- `grafana_default_admin_user` has nothing to do with your Matrix user ID. It can be any string you'd like.
- Changing the username/password subsequently won't work.


```yaml ```yaml
grafana_enabled: true grafana_enabled: true
@@ -54,11 +58,7 @@ grafana_enabled: true
# Uncomment to allow viewing Grafana without logging in. # Uncomment to allow viewing Grafana without logging in.
# grafana_anonymous_access: true # grafana_anonymous_access: true


# This has no relation to your Matrix user ID. It can be any username you'd like.
# Changing the username subsequently won't work.
grafana_default_admin_user: "USERNAME_HERE" grafana_default_admin_user: "USERNAME_HERE"

# Changing the password subsequently won't work.
grafana_default_admin_password: "PASSWORD_HERE" grafana_default_admin_password: "PASSWORD_HERE"
``` ```




Loading…
Cancel
Save