Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-07-11 17:53:28 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-07-16 11:25:34 +0300
commit1322042bcbc1a6ccf4634e22192104daef698cfc (patch)
treee0f50131d9db67a666ebed1a302636302e8d32f8 /doc/user/admin_area/monitoring
parente1339d9409d410ab4351b2a2c1e30b6f9f65282e (diff)
Split docs on IP whitelist for monitoring access
Diffstat (limited to 'doc/user/admin_area/monitoring')
-rw-r--r--doc/user/admin_area/monitoring/health_check.md29
1 files changed, 2 insertions, 27 deletions
diff --git a/doc/user/admin_area/monitoring/health_check.md b/doc/user/admin_area/monitoring/health_check.md
index ffc6f98a110..70934f9960a 100644
--- a/doc/user/admin_area/monitoring/health_check.md
+++ b/doc/user/admin_area/monitoring/health_check.md
@@ -17,34 +17,8 @@ traffic until the system is ready or restart the container as needed.
## IP whitelist
To access monitoring resources, the client IP needs to be included in a whitelist.
-You can add single hosts or use IP ranges.
-**For Omnibus installations**
-
-1. Open `/etc/gitlab/gitlab.rb` and add or uncomment the following:
-
- ```ruby
- gitlab_rails['monitoring_whitelist'] = ['127.0.0.0/8']
- ```
-
-1. Save the file and [reconfigure] GitLab for the changes to take effect.
-
----
-
-**For installations from source**
-
-1. Edit `config/gitlab.yml`:
-
- ```yaml
- monitoring:
- ip_whitelist:
- - 127.0.0.0/8 # by default only local IPs are allowed to access monitoring resources
- ```
-
-1. Save the file and [restart] GitLab for the changes to take effect.
-
-[reconfigure]: ../../../administration/gitlab_restart.md#omnibus-gitlab-reconfigure
-[restart]: ../../../administration/gitlab_restart.md#installations-from-source
+[Read how to add IPs to a whitelist for the monitoring endpoints.][admin].
## Using the endpoint
@@ -137,3 +111,4 @@ https://gitlab.example.com/-/readiness?token=ACCESS_TOKEN
[nagios-health]: https://nagios-plugins.org/doc/man/check_http.html
[newrelic-health]: https://docs.newrelic.com/docs/alerts/alert-policies/downtime-alerts/availability-monitoring
[kubernetes]: https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/
+[admin]: ../../../administration/monitoring/ip_whitelist.md