Update docs/configuring-playbook-prometheus-grafana.md: comment out lines for configs disabled by default

- Replace the comments for them

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara 2025-02-08 02:20:04 +09:00
parent 8d52dc985a
commit 15e889c21a
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75

View File

@ -17,14 +17,14 @@ Prometheus is an open-source systems monitoring and alerting toolkit. To enable
```yaml ```yaml
prometheus_enabled: true prometheus_enabled: true
# You can remove this, if unnecessary. # Uncomment to enable Node Exporter.
prometheus_node_exporter_enabled: true # prometheus_node_exporter_enabled: true
# You can remove this, if unnecessary. # Uncomment to enable Postgres Exporter.
prometheus_postgres_exporter_enabled: true # prometheus_postgres_exporter_enabled: true
# You can remove this, if unnecessary. # Uncomment to enable nginx Log Exporter.
matrix_prometheus_nginxlog_exporter_enabled: true # matrix_prometheus_nginxlog_exporter_enabled: true
``` ```
### Configure Grafana ### Configure Grafana