X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=36ef90fa5f98f51afec4e46f6ecd3e59477e929b;hb=fa9fd186f4e09c24a02d9541c2409d21bf282087;hp=a279d0b084b55944edfd0916de0eb86f87578de7;hpb=dd07b5921abe3ad07dffa189a7f3436a8c51b825;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index a279d0b0..36ef90fa 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2324,7 +2324,7 @@ L. The B 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 and B options below for an exception to this +B and B options below for an exception to this rule). The following configuration options are available to define the query: In each B block, there is one or more B blocks. B @@ -2443,9 +2443,9 @@ The order of the B options defines which columns of the query 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 I +=item B I -=item B I +=item B I 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 @@ -2457,6 +2457,13 @@ The I has to be specified as the concatenation of the major, minor and patch-level versions, each represented as two-decimal-digit numbers. For example, version 8.2.3 will become 80203. +=item B I + +=item B I + +These are deprecated synonyms for B and B +respectively. They will be removed in version 5 of collectd. + =back The following predefined queries are available (the definitions can be found