summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-02-08 15:45:43 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-02-08 15:45:43 +0100
commit1bde5d11e318cc39a69a77ff506eca8c01862346 (patch)
tree784a075bad77b6b1455c5824c4058c758b151fa5
parent4049783d8887edab0dd30e7c3709ab96743d48d8 (diff)
downloadgitlab-ce-1bde5d11e318cc39a69a77ff506eca8c01862346.tar.gz
Use underscores instead of dashes in gitlab.rb
[ci skip]
-rw-r--r--doc/administration/monitoring/prometheus/postgres_exporter.md2
-rw-r--r--doc/administration/monitoring/prometheus/redis_exporter.md2
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