From 614f371989e9c2f4f9450cddfc9c3f505f977b89 Mon Sep 17 00:00:00 2001
From: Achilleas Pipinellis <axilleas@axilleas.me>
Date: Thu, 9 Feb 2017 10:03:01 +0100
Subject: [PATCH] Fix GitLab monitor Omnibus setting

[ci skip]
---
 .../monitoring/prometheus/gitlab_monitor_exporter.md            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/administration/monitoring/prometheus/gitlab_monitor_exporter.md b/doc/administration/monitoring/prometheus/gitlab_monitor_exporter.md
index fd6111b065b..5e7d9b6ab89 100644
--- a/doc/administration/monitoring/prometheus/gitlab_monitor_exporter.md
+++ b/doc/administration/monitoring/prometheus/gitlab_monitor_exporter.md
@@ -13,7 +13,7 @@ To enable the GitLab monitor exporter:
 1. Find and uncomment the following line, making sure it's set to `true`:
 
     ```ruby
-    gitlab_exporter['enable'] = true
+    gitlab_monitor_exporter['enable'] = true
     ```
 
 1. Save the file and [reconfigure GitLab][reconfigure] for the changes to
-- 
GitLab