Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fl0id
arm monitoring
Commits
f7cdc8ee
Commit
f7cdc8ee
authored
Feb 10, 2018
by
CarlosEDP
Browse files
Added arm-exporter to collect temperature info
parent
a62253a9
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
f7cdc8ee
...
...
@@ -41,7 +41,7 @@ services:
image
:
napnap75/rpi-prometheus:node_exporter
restart
:
unless-stopped
ports
:
-
9100
:9100
-
9100
volumes
:
-
/proc:/host/proc:ro
-
/sys:/host/sys:ro
...
...
@@ -54,6 +54,15 @@ services:
# deploy:
# mode: global
arm_exporter
:
image
:
carlosedp/arm_exporter
restart
:
unless-stopped
ports
:
-
9243
# deploy:
# mode: global
cadvisor
:
image
:
carlosedp/rpi-cadvisor
restart
:
unless-stopped
...
...
prometheus/prometheus.yml
View file @
f7cdc8ee
...
...
@@ -52,4 +52,14 @@ scrape_configs:
-
'
traefik'
type
:
'
A'
port
:
8080
-
job_name
:
'
arm-exporter'
scrape_interval
:
10s
#static_configs:
# - targets: ['arm_exporter:9243']
dns_sd_configs
:
-
names
:
-
'
arm_exporter'
type
:
'
A'
port
:
9243
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