[collectd] bind-9.[56] plugin

Bruno Prémont bonbons at linux-vserver.org
Sat Jan 10 14:26:19 CET 2009


Attached are patches for collectd-4.5.x and collectd-4.4.x series for a
plugin to collect statistics from a ISC Bind server.

ISC Bind introduces XML-based statistics which can be fetched via HTTP
starting with bind-9.5.0 and updated the XML structure with bind-9.6.0.
Both XML formats are supported by this plugin.

To enable access to these statistics, use the following configuration
block:

statistics-channels {
        inet localhost port 8053 allow { localhost; };
};


Suggestions on improving the grouping of statistics values are welcome,
currently the following groups are implemented:
  RRQueriesIn      type=dns_qtype
  Requests         type=dns_request
  QueryResults     type=dns_rcode
  Updates          type=dns_update
  ZoneMaintenance  type=dns_zops
  Resolver         type=dns_resolver

Bruno
-------------- next part --------------
A non-text attachment was scrubbed...
Name: collectd-4.4.x-bind.patch
Type: text/x-patch
Size: 30986 bytes
Desc: not available
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20090110/c50d73ee/attachment-0002.bin 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: collectd-4.5.x-bind.patch
Type: text/x-patch
Size: 31039 bytes
Desc: not available
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20090110/c50d73ee/attachment-0003.bin 


More information about the collectd mailing list