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
/

_______________________________________________
collectd mailing list
[email protected]
https://mailman.verplant.org/listinfo/collectd

Reply via email to