summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d3a52cc)
raw | patch | inline | side by side (parent: d3a52cc)
author | Sebastian Harl <sh@tokkee.org> | |
Wed, 27 May 2009 11:38:05 +0000 (13:38 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Wed, 27 May 2009 11:38:05 +0000 (13:38 +0200) |
Instead, document the {Min,Max}Version options.
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 43946bdf6b0890176b2c37dbb3fd7c186ed1af1b..f7f178c093fb587ab087d0995fa94f7f4fb7b115 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
The B<Query> block defines one database query which may later be used by a
database definition. It accepts a single mandatory argument which specifies
the name of the query. The names of all queries have to be unique (see the
-B<MinPGVersion> and B<MaxPGVersion> options below for an exception to this
+B<MinVersion> and B<MaxVersion> options below for an exception to this
rule). The following configuration options are available to define the query:
In each B<Query> block, there is one or more B<Result> blocks. B<Result>
should be used. The first option specifies the data found in the first column,
the second option that of the second column, and so on.
-=item B<MinPGVersion> I<version>
+=item B<MinVersion> I<version>
-=item B<MaxPGVersion> I<version>
+=item B<MaxVersion> I<version>
Specify the minimum or maximum version of PostgreSQL that this query should be
used with. Some statistics might only be available with certain versions of
and patch-level versions, each represented as two-decimal-digit numbers. For
example, version 8.2.3 will become 80203.
+=item B<MinPGVersion> I<version>
+
+=item B<MaxPGVersion> I<version>
+
+These are deprecated synonyms for B<MinVersion> and B<MaxVersion>
+respectively. They will be removed in version 5 of collectd.
+
=back
The following predefined queries are available (the definitions can be found