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
5c2c1c21
Commit
5c2c1c21
authored
Jun 24, 2021
by
step21
Browse files
added blackbox_exporter and smkeping_q_prober, fixed images
parent
0e3cf55b
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
5c2c1c21
...
...
@@ -18,6 +18,9 @@ services:
-
cadvisor
-
node_exporter
-
fritzsmart
-
arm_exporter
-
blackbox_exporter
-
smokeping_q_prober
restart
:
unless-stopped
ports
:
-
9090:9090
...
...
@@ -44,7 +47,7 @@ services:
# - node.hostname == ${HOSTNAME}
node_exporter
:
image
:
napnap75/rpi-prometheus:
node
_
exporter
image
:
prom/
node
-
exporter
restart
:
unless-stopped
ports
:
-
9100
...
...
@@ -77,6 +80,20 @@ services:
max-file
:
"
10"
# deploy:
# mode: global
blackbox_exporter
:
image
:
prom/blackbox-exporter
restart
:
unless-stopped
ports
:
-
9115:9115
volumes
:
-
./blackbox-config:/config
command
:
-
'
--config.file=/config/blackbox.yml'
logging
:
driver
:
json-file
options
:
max-size
:
"
200k"
max-file
:
"
10"
cadvisor
:
...
...
@@ -92,17 +109,33 @@ services:
# deploy:
# mode: global
command
:
-
--global_housekeeping_interval=30s
-
--housekeeping_interval=5s
-
--allow_dynamic_housekeeping=true
-
--storage_duration=1m0s
logging
:
driver
:
json-file
options
:
max-size
:
"
200k"
max-file
:
"
10"
smokeping_q_prober
:
image
:
quay.io/superq/smokeping-prober-linux-armv7
restart
:
unless-stopped
ports
:
-
9374:9374
command
:
-
--web.listen-address="smokeping_q_prober:9374"
-
--web.telemetry-path="/metrics"
-
--privileged
-
192.168.178.1
-
git.cccfr.de
-
1.1.1.1
-
8.8.8.8
logging
:
driver
:
json-file
options
:
max-size
:
"
200k"
max-file
:
"
10"
fritzsmart
:
image
:
step21
/fritzsmart
image
:
jaymedh
/fritz
box_
smart
home_exporter:v0.0.8
restart
:
unless-stopped
ports
:
-
9103:9103
...
...
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