Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
docker
Docker Compose Prometheus and Grafana
Commits
87accc94
Commit
87accc94
authored
Jul 19, 2020
by
Jay Ta'ala
Browse files
Added port node_exporter port (which is ssh tunnelled to external server).
parent
68068f96
Changes
1
Hide whitespace changes
Inline
Side-by-side
prometheus.yml
View file @
87accc94
...
...
@@ -31,7 +31,7 @@ scrape_configs:
-
job_name
:
'
node_exporter'
scrape_interval
:
5s
static_configs
:
-
targets
:
[
'
10.0.0.137:10091'
]
-
targets
:
[
'
10.0.0.137:10091'
,
'
10.0.0.137:10092'
]
-
job_name
:
'
blackbox'
scrape_interval
:
30s
...
...
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