bind plugin: Add a new plugin for BIND 9.5 and 9.6 statistics.
authorBruno Prémont <bonbons@linux-vserver.org>
Sat, 17 Jan 2009 10:56:30 +0000 (11:56 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 17 Jan 2009 10:56:30 +0000 (11:56 +0100)
commitdb4f7362efcfd89447c950c945f789a44d6e55a5
tree177fd30204769c6881241fc78f6d8379bcd98668
parent0b6de87f3d08326ee3200db8e16f3738df027ac0
bind plugin: Add a new plugin for BIND 9.5 and 9.6 statistics.

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
configure.in
src/Makefile.am
src/bind.c [new file with mode: 0644]
src/collectd.conf.in
src/types.db