collectd.conf(5): move misplaced block in postgresql section
authorMarc Fournier <marc.fournier@camptocamp.com>
Thu, 12 Mar 2015 20:02:32 +0000 (21:02 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Thu, 12 Mar 2015 20:02:32 +0000 (21:02 +0100)
src/collectd.conf.pod

index 4ef3558..f513030 100644 (file)
@@ -4208,6 +4208,13 @@ activating this option. The draw-back is, that data covering the specified
 amount of time will be lost, for example, if a single statement within the
 transaction fails or if the database server crashes.
 
+=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).
+
 =item B<Host> I<hostname>
 
 Specify the hostname or IP of the PostgreSQL server to connect to. If the
@@ -4238,13 +4245,6 @@ 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>