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
31db5e56
Commit
31db5e56
authored
Jun 04, 2020
by
Amy Qualls
Committed by
Craig Norris
Jun 04, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Node exporter: tone and style updates
Tone, style, and word choice updates. Remove outdated info.
parent
56bc8de6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
14 deletions
+12
-14
doc/.vale/gitlab/Acronyms.yml
doc/.vale/gitlab/Acronyms.yml
+1
-0
doc/administration/monitoring/prometheus/node_exporter.md
doc/administration/monitoring/prometheus/node_exporter.md
+11
-14
No files found.
doc/.vale/gitlab/Acronyms.yml
View file @
31db5e56
...
@@ -15,6 +15,7 @@ exceptions:
...
@@ -15,6 +15,7 @@ exceptions:
-
ASCII
-
ASCII
-
AWS
-
AWS
-
CNAME
-
CNAME
-
CPU
-
CSS
-
CSS
-
CSV
-
CSV
-
DNS
-
DNS
...
...
doc/administration/monitoring/prometheus/node_exporter.md
View file @
31db5e56
...
@@ -6,27 +6,24 @@ info: To determine the technical writer assigned to the Stage/Group associated w
...
@@ -6,27 +6,24 @@ info: To determine the technical writer assigned to the Stage/Group associated w
# Node exporter
# Node exporter
>**Note:**
The
[
node exporter
](
https://github.com/prometheus/node_exporter
)
enables you to measure
Available since Omnibus GitLab 8.16. For installations from source you'll
have to install and configure it yourself.
The
[
node exporter
](
https://github.com/prometheus/node_exporter
)
allows you to measure
various machine resources such as memory, disk and CPU utilization.
various machine resources such as memory, disk and CPU utilization.
NOTE:
**Note:**
For installations from source you'll have to install and configure it yourself.
To enable the node exporter:
To enable the node exporter:
1.
[
Enable Prometheus
](
index.md#configuring-prometheus
)
1.
[
Enable Prometheus
](
index.md#configuring-prometheus
)
.
1.
Edit
`/etc/gitlab/gitlab.rb`
1.
Edit
`/etc/gitlab/gitlab.rb`
.
1.
Add
or find and uncomment
the following line, making sure it's set to
`true`
:
1.
Add
(or find and uncomment)
the following line, making sure it's set to
`true`
:
```
ruby
```
ruby
node_exporter
[
'enable'
]
=
true
node_exporter
[
'enable'
]
=
true
```
```
1.
Save the file and
[
reconfigure GitLab
](
../../restart_gitlab.md#omnibus-gitlab-reconfigure
)
1.
Save the file, and
[
reconfigure GitLab
](
../../restart_gitlab.md#omnibus-gitlab-reconfigure
)
for the changes to take effect
for the changes to take effect.
Prometheus will now automatically begin collecting performance data from
the node exporter exposed under
`localhost:9100`
.
[
← Back to the main Prometheus page
](
index.md
)
Prometheus will now begin collecting performance data from the node exporter
exposed at
`localhost:9100`
.
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