From: Sebastian Harl Date: Wed, 14 Nov 2012 18:58:25 +0000 (+0100) Subject: collectd.conf(5): Documented the postgresql 'Writer' option. X-Git-Tag: collectd-5.2.0~13^2~10 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=f2ac9449d37058bf95be5ce6bfd6679ed4da7c50;p=collectd.git collectd.conf(5): Documented the postgresql 'Writer' option. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 29a1d145..be130320 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -3843,11 +3843,18 @@ B for details. =item B I -Specify a I which should be executed for the database connection. This -may be any of the predefined or user-defined queries. If no such option is -given, it defaults to "backends", "transactions", "queries", "query_plans", -"table_states", "disk_io" and "disk_usage". Else, the specified queries are -used only. +Specifies a I which should be executed in the context of the database +connection. This may be any of the predefined or user-defined queries. If no +such option is given, it defaults to "backends", "transactions", "queries", +"query_plans", "table_states", "disk_io" and "disk_usage" (unless a B +has been specified). Else, the specified queries are used only. + +=item B I + +Assigns the specified I backend to the database connection. This +causes all collected data to be send to the database using the settings +defined in the writer configuration (see the section "FILTER CONFIGURATION" +below for details on how to selectively send data to certain plugins). =back