From: Sebastian Harl Date: Tue, 26 Aug 2008 14:12:01 +0000 (+0200) Subject: collectd.conf(5): Documented the postgresql {Min,Max}PGVersion options. X-Git-Tag: collectd-4.5.0~31 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=9925e12948defd5b09166aacc807fab2e9dc93e7;p=collectd.git collectd.conf(5): Documented the postgresql {Min,Max}PGVersion options. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index f7e14d05..038def1b 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1193,6 +1193,20 @@ of each result column. Detailed information about types and their configuration can be found in L. The number and order of the B options has to match the columns of the query result. +=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 +PostgreSQL. This allows you to specify multiple queries with the same name but +which apply to different versions, thus allowing you to use the same +configuration in a heterogeneous environment. + +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. + =back The following predefined queries are available (the definitions can be found