Init config for exporter-ping

This commit is contained in:
Joey Hafner 2022-08-01 19:11:59 -07:00
parent da92d987ff
commit f4353f3921
2 changed files with 21 additions and 1 deletions

View File

@ -175,7 +175,7 @@ services:
networks:
- monitoring
volumes:
- ./exporter-ping:/config
- ./exporter-ping/config.yml:/config/config.yml

View File

@ -0,0 +1,20 @@
targets:
- 8.8.8.8
- 8.8.4.4
- 1.1.1.1
- 1.0.0.1
- 192.168.1.1
- jafner.net
dns:
refresh: 1m
nameserver: 1.1.1.1
ping:
interval: 2s
timeout: 3s
history-size: 42
payload-size: 120
options:
disableIPv6: true