From: Sebastian Harl Date: Thu, 15 Nov 2012 12:36:52 +0000 (+0100) Subject: collectd.conf(5): Documented the postgresql FLUSH support. X-Git-Tag: collectd-5.2.0~13^2~3 X-Git-Url: https://git.tokkee.org/?p=collectd.git;a=commitdiff_plain;h=30985afc0acb34ccd92a818b42468ef8be4a8151 collectd.conf(5): Documented the postgresql FLUSH support. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index be130320..517d4948 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -3856,6 +3856,24 @@ 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). +Each writer will register a flush callback which may be used when having long +transactions enabled (see the B option above). When issuing +the B command (see L for details) the current +transaction will be committed right away. Two different kinds of flush +callbacks are available with the C plugin: + +=over 4 + +=item B + +Flush all writer backends. + +=item BI + +Flush all writers of the specified I only. + +=back + =back =head2 Plugin C