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
a0e818c9
Commit
a0e818c9
authored
Jul 01, 2019
by
Russell Dickenson
Committed by
Evan Read
Jul 01, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Closes
https://gitlab.com/gitlab-org/gitlab-ce/issues/62080
parent
7d56df1b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
21 deletions
+30
-21
doc/user/admin_area/monitoring/health_check.md
doc/user/admin_area/monitoring/health_check.md
+30
-21
No files found.
doc/user/admin_area/monitoring/health_check.md
View file @
a0e818c9
...
@@ -41,42 +41,51 @@ The readiness and liveness probes will provide a report of system health in JSON
...
@@ -41,42 +41,51 @@ The readiness and liveness probes will provide a report of system health in JSON
```
json
```
json
{
{
"
queues_check"
:
{
"
db_check"
:
{
"status"
:
"ok"
"status"
:
"ok"
},
},
"redis_check"
:
{
"redis_check"
:
{
"status"
:
"ok"
"status"
:
"ok"
},
},
"
shared_state_check"
:
{
"
cache_check"
:
{
"status"
:
"ok"
"status"
:
"ok"
},
},
"
db_check"
:
{
"
queues_check"
:
{
"status"
:
"ok"
"status"
:
"ok"
},
},
"cache_check"
:
{
"shared_state_check"
:{
"status"
:
"ok"
"status"
:
"ok"
},
"gitaly_check"
:{
"status"
:
"ok"
,
"labels"
:{
"shard"
:
"default"
}
}
}
}
}
```
```
`liveness`
probe example output:
`liveness`
probe example output:
```
json
```
json
{
{
"cache_check"
:
{
"db_check"
:{
"status"
:
"ok"
"status"
:
"ok"
},
"redis_check"
:{
"status"
:
"ok"
},
},
"
db_check"
:
{
"
cache_check"
:
{
"status"
:
"ok"
"status"
:
"ok"
},
},
"
redis_check"
:
{
"
queues_check"
:
{
"status"
:
"ok"
"status"
:
"ok"
},
},
"
queues_check"
:
{
"
shared_state_check"
:
{
"status"
:
"ok"
"status"
:
"ok"
},
},
"
shared_state_check"
:
{
"
gitaly_check"
:
{
"status"
:
"ok"
"status"
:
"ok"
}
}
}
}
```
```
...
...
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