summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 19b51c4)
raw | patch | inline | side by side (parent: 19b51c4)
author | Feike Steenbergen <feike.steenbergen@adyen.com> | |
Wed, 15 Nov 2017 07:46:57 +0000 (08:46 +0100) | ||
committer | Florian 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>
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 | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index e5b96435991d672874b5732cc951d2f2f225b4e6..c65191d153476cd3726092b2bc48e94898c616e6 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
# <Database bar>
# Interval 60
# Service "service_name"
-# Query backend # predefined
+# Query backends # predefined
# Query rt36_tickets
# </Database>
# <Database qux>
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 551169bfa785f49e6517f0ca97dae956fe12015b..3ab264a3b2f6f34f4bddb1925b6bdb6fa927b30c 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
<Database bar>
Interval 300
Service "service_name"
- Query backend # predefined
+ Query backends # predefined
Query rt36_tickets
</Database>