X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=f5e9d2786744ad7bc7f2bccd1a2e240bda418163;hb=c6a59a5a3f0eb7a0e81beeb948d8a31b17462efe;hp=16315ade1ef8d5086a82fbdbb0ef6cf4d9ec9bac;hpb=9b4f1327773717688653e080da89e0e19fc9a26f;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 16315ade..f5e9d278 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -130,6 +130,15 @@ Sets a plugin-specific interval for collecting metrics. This overrides the global B setting. If a plugin provides own support for specifying an interval, that setting will take precedence. +=item B I + +Specifies the the interval, in seconds, to call the flush callback if it's +defined in this plugin. By default, this is disabled + +=item B I + +Specifies the value of the timeout argument of the flush callback. + =back =item B B|B @@ -1556,7 +1565,7 @@ setting accordingly to prevent this from blocking other plugins. =head2 Plugin C The B collects values from JSON data to be parsed by -B (L) retrieved via +B (L) retrieved via either B (L) or read directly from a unix socket. The former can be used, for example, to collect values from CouchDB documents (which are stored JSON notation), and the