summaryrefslogtreecommitdiffstats
path: root/roles/collectd/bind/files/bind.conf
blob: bdb4caafbdedd67ddc90eba2a0b430a16af3636c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LoadPlugin bind

<Plugin bind>
        URL "http://localhost:8053/"
	OpCodes         true
	QTypes          true
  
	ServerStats     true
	ZoneMaintStats  true
	ResolverStats   false
	MemoryStats     true
  
	<View "DEFAULT">
		QTypes        true
		ResolverStats true
		CacheRRSets   true
    
		Zone "127.in-addr.arpa/IN"
	</View>
</Plugin>