From 74ca81df467c8fb24c0f6b8da333f252f0210a10 Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Mon, 24 Aug 2020 10:32:50 +0200 Subject: munin: collect bind stats --- roles/install_bind/templates/named.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roles/install_bind/templates') diff --git a/roles/install_bind/templates/named.conf.j2 b/roles/install_bind/templates/named.conf.j2 index 15af2e7..4704eee 100644 --- a/roles/install_bind/templates/named.conf.j2 +++ b/roles/install_bind/templates/named.conf.j2 @@ -29,6 +29,10 @@ options { server-id none; }; +statistics-channels { + inet 127.0.0.1 port 8053 allow { 127.0.0.1; }; +}; + zone "localhost" IN { type master; file "localhost.zone"; -- cgit v1.2.3-54-g00ecf