[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.4'

Florian Forster octo at verplant.org
Sun May 4 11:13:33 CEST 2008


 src/powerdns.c |  141 ++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 131 insertions(+), 10 deletions(-)

New commits:
commit 8c30c4c84066525fd3efc4bd14b195e27b4ccde3
Author: Florian Forster <octo at crystal.wlan.home.verplant.org>
Date:   Sat May 3 23:17:10 2008 +0200

    powerdns plugin: Replace the `Command' option with the `Collect' option.
    
    The original code let the user define the command to use when querying the
    server. This commit changes that and lets the user select the _values_ he's
    interested in. Depending on whether an authorative server or a recursor is
    collected this
    - issues a `SHOW *' and manually greps the interesting pieces, or
    - builds a command that requests only the interesting values.
    
    Code compiles but it untested. Manpage not yet updated.




More information about the collectd-changes mailing list