浏览代码

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>
pull/4046/head
Suguru Hirahara 1年前
父节点
当前提交
15e889c21a
找不到此签名对应的密钥 GPG 密钥 ID: E4F9743DAB4B7B75
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. +6
    -6
      docs/configuring-playbook-prometheus-grafana.md

+ 6
- 6
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


正在加载...
取消
保存