[collectd] [PATCH 5/5] collectd.conf(5): Documented the postgresql {Min, Max}PGVersion options.

Sebastian Harl sh at tokkee.org
Tue Aug 26 16:12:01 CEST 2008


Signed-off-by: Sebastian Harl <sh at tokkee.org>
---
 src/collectd.conf.pod |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index f7e14d0..038def1 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<types.db(5)>. The number and order of the
 B<Column> options has to match the columns of the query result.
 
+=item B<MinPGVersion> I<version>
+
+=item B<MaxPGVersion> 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
+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<version> 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
-- 
1.6.0.90.g436ed

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://mailman.verplant.org/pipermail/collectd/attachments/20080826/d20070fa/attachment.pgp 


More information about the collectd mailing list