Update pihole exporter config

This commit is contained in:
Joey Hafner 2022-07-14 00:07:54 -07:00
parent 253a1cec66
commit 02f0e42781

View File

@ -88,10 +88,10 @@ services:
networks: networks:
- monitoring - monitoring
environment: environment:
- PIHOLE_HOSTNAME=pihole.jafner.net - PIHOLE_HOSTNAME=pihole.jafner.net
- PIHOLE_PASSWORD=***REMOVED*** - PIHOLE_PROTOCOL=https
- INTERVAL=15s - INTERVAL=15s
- PORT=9617 - PORT=9617 # port on which the metrics should be available to be scraped by prometheus
labels: labels:
- traefik.enable=false - traefik.enable=false