Hi,
I am trying to use Prometheus and Grafana to monitor bind9 DNS installed on 
Ubuntu 22.04.
I have successfully installed Prometheus and Grafana but i am having 
trouble to setup 
https://hub.docker.com/r/prometheuscommunity/bind-exporter/tags 
<http://prometheuscommunity/bind-exporter> [with docker composer / 
Portainer.]

Could someone write me example of *bind-exporter docker compose 
configuration ?*

That should work with:
*1) Prometheus.yaml scraping configuration:*
  *   -job_name: 'bind_exporter' *
*          static_configs: -targets: ['192.168.10.10:9153']*
*             labels: *
*               alias: bind_exporter*

*2) Bind configuration:*
*\etc\bind\named.config.options*
*statistics-channels {*
*  inet 127.0.0.1 port 8053 allow {127.0.0.1;};*
*};*

Currently Grafana, Prometheus, node_explorer are part of the one stack 
called monitoring and are using the same docker network 172.18.0.0/24 while 
VM is using 192.168.10.10. Access to the vm is thru Static Public IP and 
NAT to internal IP.
                                                   

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/488e79e3-442c-463d-95f2-454cc591a6a1n%40googlegroups.com.

Reply via email to