Code

collectd.conf(5): Documented the <Database> "Instance" option of postgresql.
authorSebastian Harl <sh@tokkee.org>
Thu, 18 Oct 2012 11:10:49 +0000 (13:10 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 18 Oct 2012 11:10:49 +0000 (13:10 +0200)
src/collectd.conf.pod

index b7d08c7cac3fd0135c0a3b1be64543194157a6ea..1a1339e6215e06d6a90bb8bab15d0441e9898a40 100644 (file)
@@ -3762,6 +3762,13 @@ Specify the password to be used when connecting to the server.
 Specify whether to use an SSL connection when contacting the server. The
 following modes are supported:
 
+=item B<Instance> I<name>
+
+Specify the plugin instance name that should be used instead of the database
+name (which is the default, if this option has not been specified). This
+allows to query multiple databases of the same name on the same host (e.g.
+when running multiple database server versions in parallel).
+
 =over 4
 
 =item I<disable>