prometheus-community / bind_exporter

Prometheus exporter for BIND

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to configure in docker-compose

cavazquez opened this issue · comments

bind_exporter:
image: "prometheuscommunity/bind-exporter:v0.4.0"
container_name: "bind_exporter"
restart: "unless-stopped"
command: "-bind.stats-url http://fqdn-example:8053"

the container restart always. if change to "--bind.stats-url" the bind_up 0

can anybody help me?

For questions/help/support please use our community channels. There are more people available to potentially respond to your request and the whole community can benefit from the answers provided.

I had the same issue, any solution ?

command: --bind.stats-url=http://<ip>:8053