From 15e889c21a16ccad2da3dbc922c1ebe6fb1b90f6 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sat, 8 Feb 2025 02:20:04 +0900 Subject: [PATCH] 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 --- docs/configuring-playbook-prometheus-grafana.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/configuring-playbook-prometheus-grafana.md b/docs/configuring-playbook-prometheus-grafana.md index 3b2f5514d..d5a3d2953 100644 --- a/docs/configuring-playbook-prometheus-grafana.md +++ b/docs/configuring-playbook-prometheus-grafana.md @@ -17,14 +17,14 @@ Prometheus is an open-source systems monitoring and alerting toolkit. To enable ```yaml prometheus_enabled: true -# You can remove this, if unnecessary. -prometheus_node_exporter_enabled: true +# Uncomment to enable Node Exporter. +# prometheus_node_exporter_enabled: true -# You can remove this, if unnecessary. -prometheus_postgres_exporter_enabled: true +# Uncomment to enable Postgres Exporter. +# prometheus_postgres_exporter_enabled: true -# You can remove this, if unnecessary. -matrix_prometheus_nginxlog_exporter_enabled: true +# Uncomment to enable nginx Log Exporter. +# matrix_prometheus_nginxlog_exporter_enabled: true ``` ### Configure Grafana