Bind DNS
178,429

Created 3/10/2017
Updated 3/10/2017
Revision 1
Categories
Host Metrics
Grafana Version >=4.1.2
Datasources
Prometheus

This dashboard is designed to display metrics collected by prometheus from the bind_exporter (ISC BIND DNS server). The bind_exporter is created by DigitalOcean and hosted on github.

Required configuration in /etc/bind/named.conf.options:

statistics-channels {
  inet 127.0.0.1 port 8053 allow { 127.0.0.1; };
};

You need to start the collector with access to the bind(named) pid file and enable the view stats group:

/usr/local/bin/bind_exporter -bind.pid-file /var/run/named/named.pid -bind.stats-groups "server,view,tasks"
Get Dashboard
Download
Copy to Clipboard
Source Grafana.com