author | Florian Forster <octo@crystal.wlan.home.verplant.org> | |
Sat, 3 May 2008 21:17:10 +0000 (23:17 +0200) | ||
committer | Florian Forster <octo@crystal.wlan.home.verplant.org> | |
Sat, 3 May 2008 21:17:10 +0000 (23:17 +0200) | ||
commit | 8c30c4c84066525fd3efc4bd14b195e27b4ccde3 | |
tree | 6835a21684f6d549b6e7e5d94113c1e861f33460 | tree | snapshot |
parent | 117b67542656ceda6570050d04c83de48ed7bf8a | commit | diff |
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.
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.
src/powerdns.c | diff | blob | history |