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
Jérome Perrin
gitlab-ce
Commits
1bde5d11
Commit
1bde5d11
authored
Feb 08, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use underscores instead of dashes in gitlab.rb
[ci skip]
parent
4049783d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc/administration/monitoring/prometheus/postgres_exporter.md
...administration/monitoring/prometheus/postgres_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/postgres_exporter.md
View file @
1bde5d11
...
...
@@ -13,7 +13,7 @@ To enable the postgres exporter:
1.
Add or find and uncomment the following line, making sure it's set to
`true`
:
```ruby
postgres
-
exporter['enable'] = true
postgres
_
exporter['enable'] = true
```
1.
Save the file and
[
reconfigure GitLab
][
reconfigure
]
for the changes to
...
...
doc/administration/monitoring/prometheus/redis_exporter.md
View file @
1bde5d11
...
...
@@ -14,7 +14,7 @@ To enable the Redis exporter:
1.
Find and uncomment the following line, making sure it's set to
`true`
:
```ruby
redis
-
exporter['enable'] = true
redis
_
exporter['enable'] = true
```
1.
Save the file and
[
reconfigure GitLab
][
reconfigure
]
for the changes to
...
...
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