diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-08 15:45:43 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-08 15:45:43 +0100 |
commit | 1bde5d11e318cc39a69a77ff506eca8c01862346 (patch) | |
tree | 784a075bad77b6b1455c5824c4058c758b151fa5 /doc/administration | |
parent | 4049783d8887edab0dd30e7c3709ab96743d48d8 (diff) | |
download | gitlab-ce-1bde5d11e318cc39a69a77ff506eca8c01862346.tar.gz |
Use underscores instead of dashes in gitlab.rb
[ci skip]
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/monitoring/prometheus/postgres_exporter.md | 2 | ||||
-rw-r--r-- | doc/administration/monitoring/prometheus/redis_exporter.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/monitoring/prometheus/postgres_exporter.md b/doc/administration/monitoring/prometheus/postgres_exporter.md index 07a74222a57..8e2d3162f88 100644 --- a/doc/administration/monitoring/prometheus/postgres_exporter.md +++ b/doc/administration/monitoring/prometheus/postgres_exporter.md @@ -13,7 +13,7 @@ To enable the postgres exporter: 1. Add or find and uncomment the following line, making sure it's set to `true`: ```ruby - postgres-exporter['enable'] = true + postgres_exporter['enable'] = true ``` 1. Save the file and [reconfigure GitLab][reconfigure] for the changes to diff --git a/doc/administration/monitoring/prometheus/redis_exporter.md b/doc/administration/monitoring/prometheus/redis_exporter.md index aec5279b06d..9d3702fa182 100644 --- a/doc/administration/monitoring/prometheus/redis_exporter.md +++ b/doc/administration/monitoring/prometheus/redis_exporter.md @@ -14,7 +14,7 @@ To enable the Redis exporter: 1. Find and uncomment the following line, making sure it's set to `true`: ```ruby - redis-exporter['enable'] = true + redis_exporter['enable'] = true ``` 1. Save the file and [reconfigure GitLab][reconfigure] for the changes to |