Bind DNS

Bind DNS Service Statistics.

Bind DNS screenshot 1
Bind DNS screenshot 2
Bind DNS screenshot 3
<p>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 <a href="https://github.com/digitalocean/bind_exporter" target="_blank" rel="noopener noreferrer">github</a>.</p> <p>Required configuration in /etc/bind/named.conf.options:</p> <div class="code-snippet code-snippet__mini"><div class="lang-toolbar__mini"> <span class="code-clipboard"> <button x-data="app_code_snippet()" x-init="init()" @click="copy()"> <img class="code-clipboard__icon" src="/media/images/icons/icon-copy-small-2.svg" alt="Copy code to clipboard" width="14" height="13"> <span>Copy</span> </button> </span> </div><div class="code-snippet code-snippet__border"> <pre data-expanded="false"><code class="language-none">statistics-channels { inet 127.0.0.1 port 8053 allow { 127.0.0.1; }; };</code></pre> </div> </div> <p>You need to start the collector with access to the bind(named) pid file and enable the view stats group:</p> <div class="code-snippet code-snippet__mini"><div class="lang-toolbar__mini"> <span class="code-clipboard"> <button x-data="app_code_snippet()" x-init="init()" @click="copy()"> <img class="code-clipboard__icon" src="/media/images/icons/icon-copy-small-2.svg" alt="Copy code to clipboard" width="14" height="13"> <span>Copy</span> </button> </span> </div><div class="code-snippet code-snippet__border"> <pre data-expanded="false"><code class="language-none">/usr/local/bin/bind_exporter -bind.pid-file /var/run/named/named.pid -bind.stats-groups &#34;server,view,tasks&#34;</code></pre> </div> </div>
Revisions
RevisionDescriptionCreated

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies