Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6ae96133
Commit
6ae96133
authored
Jul 01, 2019
by
GitLab Bot
Browse files
Options
Browse Files
Download
Plain Diff
Automatic merge of gitlab-org/gitlab-ce master
parents
856b75b4
03574b3c
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
112 additions
and
89 deletions
+112
-89
doc/user/admin_area/monitoring/health_check.md
doc/user/admin_area/monitoring/health_check.md
+30
-21
doc/user/profile/account/img/2fa.png
doc/user/profile/account/img/2fa.png
+0
-0
doc/user/profile/account/img/2fa_auth.png
doc/user/profile/account/img/2fa_auth.png
+0
-0
doc/user/profile/account/img/2fa_u2f_authenticate.png
doc/user/profile/account/img/2fa_u2f_authenticate.png
+0
-0
doc/user/profile/account/img/2fa_u2f_register.png
doc/user/profile/account/img/2fa_u2f_register.png
+0
-0
doc/user/profile/account/two_factor_authentication.md
doc/user/profile/account/two_factor_authentication.md
+82
-68
No files found.
doc/user/admin_area/monitoring/health_check.md
View file @
6ae96133
...
...
@@ -41,42 +41,51 @@ The readiness and liveness probes will provide a report of system health in JSON
```
json
{
"
queues_check"
:
{
"status"
:
"ok"
"
db_check"
:
{
"status"
:
"ok"
},
"redis_check"
:
{
"status"
:
"ok"
"redis_check"
:
{
"status"
:
"ok"
},
"
shared_state_check"
:
{
"status"
:
"ok"
"
cache_check"
:
{
"status"
:
"ok"
},
"
db_check"
:
{
"status"
:
"ok"
"
queues_check"
:
{
"status"
:
"ok"
},
"cache_check"
:
{
"status"
:
"ok"
"shared_state_check"
:{
"status"
:
"ok"
},
"gitaly_check"
:{
"status"
:
"ok"
,
"labels"
:{
"shard"
:
"default"
}
}
}
}
```
`liveness`
probe example output:
```
json
{
"cache_check"
:
{
"status"
:
"ok"
"db_check"
:{
"status"
:
"ok"
},
"redis_check"
:{
"status"
:
"ok"
},
"
db_check"
:
{
"status"
:
"ok"
"
cache_check"
:
{
"status"
:
"ok"
},
"
redis_check"
:
{
"status"
:
"ok"
"
queues_check"
:
{
"status"
:
"ok"
},
"
queues_check"
:
{
"status"
:
"ok"
"
shared_state_check"
:
{
"status"
:
"ok"
},
"
shared_state_check"
:
{
"status"
:
"ok"
"
gitaly_check"
:
{
"status"
:
"ok"
}
}
```
...
...
doc/user/profile/account/img/2fa.png
deleted
100644 → 0
View file @
856b75b4
21.5 KB
doc/user/profile/account/img/2fa_auth.png
deleted
100644 → 0
View file @
856b75b4
14.2 KB
doc/user/profile/account/img/2fa_u2f_authenticate.png
deleted
100644 → 0
View file @
856b75b4
17.2 KB
doc/user/profile/account/img/2fa_u2f_register.png
deleted
100644 → 0
View file @
856b75b4
34.4 KB
doc/user/profile/account/two_factor_authentication.md
View file @
6ae96133
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment