diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-09 10:03:01 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2017-02-09 10:03:01 +0100 |
commit | 614f371989e9c2f4f9450cddfc9c3f505f977b89 (patch) | |
tree | 7eba712e0405f0abdf9facee166ac06789c7e0c4 /doc/administration | |
parent | a114f7cbc789be2ae2cf84c4559bf8aac5fc834b (diff) | |
download | gitlab-ce-614f371989e9c2f4f9450cddfc9c3f505f977b89.tar.gz |
Fix GitLab monitor Omnibus setting
[ci skip]
Diffstat (limited to 'doc/administration')
-rw-r--r-- | doc/administration/monitoring/prometheus/gitlab_monitor_exporter.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |