Commit graph

15 commits

Author SHA1 Message Date
Brett Walker
b0be58a1b3 Resolve "CE documentation is not CommonMark compliant" 2018-09-06 16:52:18 +00:00
Stan Hu
97383336aa Fix typo in health check documentation
Closes #49733
2018-07-30 14:16:27 -07:00
Robert Speicher
1adfb156e8 Merge branch 'sh-simplify-liveness-check' into 'master'
Add /-/health basic health check endpoint

See merge request gitlab-org/gitlab-ce!20456
2018-07-30 20:05:06 +00:00
Zeger-Jan van de Weg
e3953c1c53
Remove references to FS Shard check from the docs
These checks were a no op on Cloud native environments, and the checks
were migrated as part of:
https://gitlab.com/gitlab-org/gitaly/merge_requests/767

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/49725
2018-07-29 16:29:25 +02:00
Stan Hu
22d44ae9a6 Use /-/health instead of breaking /-/liveness 2018-07-28 14:35:02 -07:00
Stan Hu
eb2bc7d99a Simplify /-/liveness check to avoid connecting to the database
The previous implementation would hit the database each time
and provide a dummy response. If the database goes down, this
means all application workers would be taken out of service.
Simplify this check by using a Rails middleware that intercepts
this endpoint and returns a 200 response.
2018-07-28 14:35:02 -07:00
Ben Bodenmiller
80957f7404 remove period
[skip ci]
2017-09-30 03:02:42 +00:00
Achilleas Pipinellis
1322042bcb Split docs on IP whitelist for monitoring access 2017-07-16 11:25:34 +03:00
Achilleas Pipinellis
e1339d9409 Update health check docs 2017-07-16 11:22:05 +03:00
Pawel Chojnacki
063f03b9d7 Differentiate shared test context using options hash instead of subject.
+ fix typos, and capitalization
+ point configuration to `gitlab.rb` as well
2017-07-10 17:00:43 +02:00
Pawel Chojnacki
beb81e14ec Limit docs line lenght 2017-07-06 12:43:43 +02:00
Pawel Chojnacki
c1b043bdb7 Bring back healthcheck token access to monitoring resources, but mark this as deprecated 2017-07-05 00:46:11 +02:00
Ben Bodenmiller
f7186514be fix link to MR 10416 2017-04-29 05:25:26 +00:00
Joshua Lambert
d9718f729e Add Health Check Documentation 2017-04-25 09:19:43 +00:00
Achilleas Pipinellis
1bbe1cea91 Move health check docs under user/admin_area/monitoring
[ci skip]
2016-10-11 15:55:32 +02:00
Renamed from doc/administration/monitoring/health_check.md (Browse further)