Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-09 12:28:12 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-09 12:31:02 +0300
commit6ad99168332370008e8c55fd3587af3ae1d07ab0 (patch)
tree78485a08044846b243ea056aede1adf986a29f43 /doc/administration/monitoring/prometheus/index.md
parent52313cfb14063cdec5872c908f328fcb8fefd470 (diff)
Consider existing installations where the setting is not in gitlab.rb
[ci skip]
Diffstat (limited to 'doc/administration/monitoring/prometheus/index.md')
-rw-r--r--doc/administration/monitoring/prometheus/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/monitoring/prometheus/index.md b/doc/administration/monitoring/prometheus/index.md
index b8ba8fee878..3a394c561db 100644
--- a/doc/administration/monitoring/prometheus/index.md
+++ b/doc/administration/monitoring/prometheus/index.md
@@ -32,7 +32,7 @@ have to install and configure it yourself.
To enable Prometheus:
1. Edit `/etc/gitlab/gitlab.rb`
-1. Find and uncomment the following line, making sure it's set to `true`:
+1. Add or find and uncomment the following line, making sure it's set to `true`:
```ruby
prometheus['enable'] = true
@@ -57,7 +57,7 @@ server. Proceed at your own risk.
To change the address/port that Prometheus listens on:
1. Edit `/etc/gitlab/gitlab.rb`
-1. Find and add/uncomment the following line:
+1. Add or find and uncomment the following line:
```ruby
prometheus['listen_address'] = 'localhost:9090'