BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
94a6c0de
Commit
94a6c0de
authored
May 15, 2017
by
Jose Ivan Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed old endpoints from the monitoring view
parent
e402000b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
17 deletions
+2
-17
show.html.haml
app/views/admin/health_check/show.html.haml
+2
-17
No files found.
app/views/admin/health_check/show.html.haml
View file @
94a6c0de
...
...
@@ -16,25 +16,10 @@
=
icon
(
'spinner'
)
Reset health check access token
%p
.light
Health information can be retrieved as plain text, JSON, or XML using:
Health information can be retrieved from the following endpoints. More information is available
=
link_to
'here'
,
help_page_path
(
'user/admin_area/monitoring/health_check'
)
%ul
%li
%code
=
health_check_url
(
token:
current_application_settings
.
health_check_access_token
)
%li
%code
=
health_check_url
(
token:
current_application_settings
.
health_check_access_token
,
format: :json
)
%li
%code
=
health_check_url
(
token:
current_application_settings
.
health_check_access_token
,
format: :xml
)
%p
.light
You can also ask for the status of specific services:
%ul
%li
%code
=
health_check_url
(
token:
current_application_settings
.
health_check_access_token
,
checks: :cache
)
%li
%code
=
health_check_url
(
token:
current_application_settings
.
health_check_access_token
,
checks: :database
)
%li
%code
=
health_check_url
(
token:
current_application_settings
.
health_check_access_token
,
checks: :migrations
)
%li
%code
=
readiness_url
(
token:
current_application_settings
.
health_check_access_token
)
%li
%code
=
liveness_url
(
token:
current_application_settings
.
health_check_access_token
)
...
...
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