summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-03-16 19:12:54 +0100
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-03-16 19:30:28 +0100
commit72bd0aa0cae33fdf6045371a4e9019f095bbfbf9 (patch)
tree469b5fc8a96411909d27232a8fea1a8515dfde81 /doc/install
parent7726cb390e76d22a4dae562bfa32f2a741e50123 (diff)
downloadgitlab-ce-72bd0aa0cae33fdf6045371a4e9019f095bbfbf9.tar.gz
Fix broken links limit lines to 80 chars
[ci skip]
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/requirements.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 27d12fbc753..c2d5be2caeb 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -150,9 +150,13 @@ On a very active server (10,000 active users) the Sidekiq process can use 1GB+ o
## Prometheus and its exporters
-As of GitLab 9.0, [Prometheus](https://prometheus.io) and its related exporters are enabled by default, to enable easy and in depth monitoring of GitLab. Approximately 200MB of memory will be consumed by these processes, with default settings.
+As of Omnibus GitLab 9.0, [Prometheus](https://prometheus.io) and its related
+exporters are enabled by default, to enable easy and in depth monitoring of
+GitLab. Approximately 200MB of memory will be consumed by these processes, with
+default settings.
-If you would like to disable Prometheus and it's exporters, simply set `prometheus['disable_all']=true` in `gitlab.rb`. More information is available in [the documentation](https://docs.gitlab.com/ce/doc/administration/monitoring/prometheus/index.html).
+If you would like to disable Prometheus and it's exporters or read more information
+about it, check the [Prometheus documentation](../administration/monitoring/prometheus/index.md).
## Supported web browsers