powerdns plugin: Replace the `Command' option with the `Collect' option.
authorFlorian Forster <octo@crystal.wlan.home.verplant.org>
Sat, 3 May 2008 21:17:10 +0000 (23:17 +0200)
committerFlorian Forster <octo@crystal.wlan.home.verplant.org>
Sat, 3 May 2008 21:17:10 +0000 (23:17 +0200)
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.


No differences found