From 1bde5d11e318cc39a69a77ff506eca8c01862346 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Wed, 8 Feb 2017 15:45:43 +0100 Subject: Use underscores instead of dashes in gitlab.rb [ci skip] --- doc/administration/monitoring/prometheus/postgres_exporter.md | 2 +- 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 -- cgit v1.2.1