summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5e75e53)
raw | patch | inline | side by side (parent: 5e75e53)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 12 Mar 2015 20:02:32 +0000 (21:02 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Thu, 12 Mar 2015 20:02:32 +0000 (21:02 +0100) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 4ef3558964000240f411665b996ebe5292fd4676..f5130307b124069024e0ffceff67e5f1e1a74099 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
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
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>