Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
6
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gitlab-org
gitlab-exporter
Commits
813e9a22
Commit
813e9a22
authored
Jan 30, 2017
by
Marat Kalibekov
Browse files
Updated port to 9168 for web_exporter and config
parent
079a83bc
Pipeline
#38617
passed with stage
in 6 minutes and 29 seconds
Changes
2
Pipelines
10
Hide whitespace changes
Inline
Side-by-side
config/gitlab-monitor.yml.example
View file @
813e9a22
server:
listen_address: 0.0.0.0
listen_port:
4567
listen_port:
9168
probes:
database:
...
...
lib/gitlab_monitor/web_exporter.rb
View file @
813e9a22
...
...
@@ -14,7 +14,7 @@ module GitLab
config
||=
{}
set
(
:bind
,
config
.
fetch
(
:listen_address
,
"0.0.0.0"
))
set
(
:port
,
config
.
fetch
(
:listen_port
,
4567
))
set
(
:port
,
config
.
fetch
(
:listen_port
,
9168
))
end
def
setup_probes
(
config
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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