From 184ba52f1210eda3f3995567f3a53d05ada24b9d Mon Sep 17 00:00:00 2001 From: Marcello Date: Sun, 22 Jan 2017 19:02:52 +0000 Subject: correct the prometheus feature configuration according to https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/files/gitlab-config-template/gitlab.rb.template#L1147 --- doc/administration/monitoring/performance/prometheus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/administration/monitoring/performance/prometheus.md b/doc/administration/monitoring/performance/prometheus.md index d8ca531649a..51c63325064 100644 --- a/doc/administration/monitoring/performance/prometheus.md +++ b/doc/administration/monitoring/performance/prometheus.md @@ -30,7 +30,7 @@ To enable Prometheus: 1. Find and uncomment the following line, making sure it's set to `true`: ```ruby - node_exporter['enable'] = true + prometheus['enable'] = true ``` 1. Save the file and [reconfigure GitLab][reconfigure] for the changes to -- cgit v1.2.1