Skip to content

Commit ef50102

Browse files
committedOct 20, 2024
add blackbox exporter
1 parent 5250906 commit ef50102

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎docker/grafana/docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,15 @@ services:
175175
networks:
176176
- grafana
177177

178+
blackbox-exporter:
179+
command: --config.file=/config/blackbox.yml
180+
image: quay.io/prometheus/blackbox-exporter:v0.25.0
181+
volumes:
182+
- /docker/appdata/blackbox/config:/config
183+
container_name: blackbox_exporter
184+
ports:
185+
- 9115:9115
186+
178187
networks:
179188
grafana:
180189

0 commit comments

Comments
 (0)
Please sign in to comment.