summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9f67af1)
raw | patch | inline | side by side (parent: 9f67af1)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 26 Aug 2008 14:12:01 +0000 (16:12 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 26 Aug 2008 17:09:10 +0000 (19:09 +0200) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index f7e14d05adcb8d1b75975b845b6972e3fcd6bcb1..038def1b516eb49014505b1754f5ad5cebdefad4 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
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