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
0
Merge Requests
0
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
Tatuya Kamada
gitlab-ce
Commits
6ad99168
Commit
6ad99168
authored
Feb 09, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Consider existing installations where the setting is not in gitlab.rb
[ci skip]
parent
52313cfb
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
doc/administration/monitoring/prometheus/gitlab_monitor_exporter.md
...stration/monitoring/prometheus/gitlab_monitor_exporter.md
+1
-1
doc/administration/monitoring/prometheus/index.md
doc/administration/monitoring/prometheus/index.md
+2
-2
doc/administration/monitoring/prometheus/node_exporter.md
doc/administration/monitoring/prometheus/node_exporter.md
+1
-1
doc/administration/monitoring/prometheus/redis_exporter.md
doc/administration/monitoring/prometheus/redis_exporter.md
+1
-1
No files found.
doc/administration/monitoring/prometheus/gitlab_monitor_exporter.md
View file @
6ad99168
...
...
@@ -10,7 +10,7 @@ To enable the GitLab monitor exporter:
1.
[
Enable Prometheus
](
index.md#configuring-prometheus
)
1.
Edit
`/etc/gitlab/gitlab.rb`
1.
F
ind and uncomment the following line, making sure it's set to
`true`
:
1.
Add or f
ind and uncomment the following line, making sure it's set to
`true`
:
```ruby
gitlab_monitor_exporter['enable'] = true
...
...
doc/administration/monitoring/prometheus/index.md
View file @
6ad99168
...
...
@@ -32,7 +32,7 @@ have to install and configure it yourself.
To enable Prometheus:
1.
Edit
`/etc/gitlab/gitlab.rb`
1.
F
ind and uncomment the following line, making sure it's set to
`true`
:
1.
Add or f
ind and uncomment the following line, making sure it's set to
`true`
:
```ruby
prometheus['enable'] = true
...
...
@@ -57,7 +57,7 @@ server. Proceed at your own risk.
To change the address/port that Prometheus listens on:
1.
Edit
`/etc/gitlab/gitlab.rb`
1.
Find and add/
uncomment the following line:
1.
Add or find and
uncomment the following line:
```ruby
prometheus['listen_address'] = 'localhost:9090'
...
...
doc/administration/monitoring/prometheus/node_exporter.md
View file @
6ad99168
...
...
@@ -11,7 +11,7 @@ To enable the node exporter:
1.
[
Enable Prometheus
](
index.md#configuring-prometheus
)
1.
Edit
`/etc/gitlab/gitlab.rb`
1.
F
ind and uncomment the following line, making sure it's set to
`true`
:
1.
Add or f
ind and uncomment the following line, making sure it's set to
`true`
:
```ruby
node_exporter['enable'] = true
...
...
doc/administration/monitoring/prometheus/redis_exporter.md
View file @
6ad99168
...
...
@@ -11,7 +11,7 @@ To enable the Redis exporter:
1.
[
Enable Prometheus
](
index.md#configuring-prometheus
)
1.
Edit
`/etc/gitlab/gitlab.rb`
1.
F
ind and uncomment the following line, making sure it's set to
`true`
:
1.
Add or f
ind and uncomment the following line, making sure it's set to
`true`
:
```ruby
redis_exporter['enable'] = true
...
...
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