Create ping_exporter

This commit is contained in:
sump pump 2020-06-28 13:46:13 -06:00 committed by GitHub
parent 31fa16ea0f
commit 439beaeed2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,9 @@
ping_exporter:
network_mode: 'service:tinc'
image: czerwonk/ping_exporter
command: './ping_exporter --config.path /pinger.yml'
depends_on:
- tinc
volumes:
- /etc/tinc/${netname}/pinger.yml:/pinger.yml
restart: always