summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 254ce12)
raw | patch | inline | side by side (parent: 254ce12)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 22 Jan 2009 09:07:49 +0000 (10:07 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Thu, 22 Jan 2009 09:07:49 +0000 (10:07 +0100) |
README | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
index 9b06f64280162c8aa3ef376b72b6aea00e145c0c..2a1aa69add9613417106dce5a1072f59eb1e539f 100644 (file)
--- a/README
+++ b/README
Batterycharge, -current and voltage of ACPI and PMU based laptop
batteries.
+ - bind
+ Name server and resolver statistics from the `statistics-channel'
+ interface of BIND 9.5, 9,6 and later.
+
- cpu
CPU utilization: Time spent in the system, user, nice, idle, and related
states.
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 1b07fa832db84d46656794babe1f8b24487a6923..113bedde8f6b7296a32ff6d81837bea4bb17679e 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=back
+=head2 Plugin C<bind>
+
+Starting with BIND 9.5.0, the most widely used DNS server software provides
+extensive statistics about queries, responses and lots of other information.
+The bind plugin retrieves this information that's encoded in XML and provided
+via HTTP and submits the values to collectd.
+
+To use this plugin, you first need to tell BIND to make this information
+available. This is done with the C<statistics-channels> configuration option:
+
+ statistics-channels {
+ inet localhost port 8053;
+ };
+
+The bind plugin accepts the following configuration options:
+
+=over 4
+
+=item B<URL> I<URL>
+
+URL from which to retrieve the XML data. If not specified,
+C<http://localhost:8053/> will be used.
+
+=item B<DNSSEC> I<true>|I<false>
+
+=item B<OpCodes> I<true>|I<false>
+
+=item B<Queries> I<true>|I<false>
+
+=item B<QueryResults> I<true>|I<false>
+
+=item B<RCode> I<true>|I<false>
+
+=item B<Rejects> I<true>|I<false>
+
+=item B<Requests> I<true>|I<false>
+
+=item B<Resolver> I<true>|I<false>
+
+=item B<Responses> I<true>|I<false>
+
+=item B<RRQueriesIn> I<true>|I<false>
+
+=item B<Updates> I<true>|I<false>
+
+=item B<ZoneMaintenance> I<true>|I<false>
+
+=item B<ZoneStats> I<true>|I<false>
+
+Enables or disables collection of specific counters.
+TODO: Options must be described in detail!
+
+=back
+
=head2 Plugin C<cpufreq>
This plugin doesn't have any options. It reads