Fix documentation typo for PostgreSQL plugin
authorFeike Steenbergen <feike.steenbergen@adyen.com>
Wed, 15 Nov 2017 07:46:57 +0000 (08:46 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 15 Nov 2017 20:41:58 +0000 (21:41 +0100)
In collectd/src/postgresql_default.conf the name for the backends
query is plural, yet in the documentation it is singular. This caused
me some lost time when running this plugin.

It is also wrongly listed on the wiki:

https://collectd.org/wiki/index.php/Plugin:PostgreSQL
Signed-off-by: Florian Forster <octo@collectd.org>
src/collectd.conf.in
src/collectd.conf.pod

index e5b9643..c65191d 100644 (file)
 #      <Database bar>
 #              Interval 60
 #              Service "service_name"
-#              Query backend # predefined
+#              Query backends # predefined
 #              Query rt36_tickets
 #      </Database>
 #      <Database qux>
index 551169b..3ab264a 100644 (file)
@@ -5676,7 +5676,7 @@ L<http://www.postgresql.org/docs/manuals/>.
     <Database bar>
       Interval 300
       Service "service_name"
-      Query backend # predefined
+      Query backends # predefined
       Query rt36_tickets
     </Database>