[collectd] Multiple Zones for Collectd bind Plugin

plataleas plataleas at gmail.com
Tue Jan 3 10:50:48 CET 2017


Hi All

We are using the bind plugin to ship bind statistics to influxdb.

This works great. However only the first Zone "zone1.com" in the View
section is imported. The zones following are ignored. In this example
"zone2.com", "zone3.com" and "zone4.com" are ignored.

Based on the documentation, the Zone Option can be repeated to collect
data from multiple zones:
https://collectd.org/documentation/manpages/collectd.conf.5.shtml.

Thanks for your valuable inputs!

/######## Configuration###########
/

/<Plugin "bind">
       URL "http://localhost:8123/"

       ParseTime false

       OpCodes true
       QTypes true
       ServerStats true
       ZoneMaintStats true
       ResolverStats true
       MemoryStats true

       <View "_default">
               QTypes true
               ResolverStats true
               CacheRRSets true

*            Zone "zone1.com/IN"**
**            Zone "zone2.com/IN"**
**            Zone "zone3.com/IN"**
**            Zone "zone4.com/IN"*
       </View>

</Plugin>/

/
/

/Regards/

/Plataleas
/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.verplant.org/pipermail/collectd/attachments/20170103/b3769d70/attachment-0001.html>


More information about the collectd mailing list