X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=4b7a2e34eb44b9cf8cdc11ad2dd87df977eb4123;hb=1c1e96413620974fb664fc0aa3e6c3ea92b0220d;hp=af07cdf23017a2afbf6881ebe16563d86e6ff290;hpb=5e9a90b4d135d9ba420d9afe051cfb59e49a3e5f;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index af07cdf2..4b7a2e34 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -199,7 +199,25 @@ Since its C module is very similar to Apache's, B is also supported. It introduces a new field, called C, to count the number of currently connected clients. This field is also supported. -The following options are accepted by the C-plugin: +The configuration of the I plugin consists of one or more +CInstanceE/E> blocks. Each block requires one string argument +as the instance name. For example: + + + + URL "http://www1.example.com/mod_status?auto" + + + URL "http://www2.example.com/mod_status?auto" + + + +The instance name will be used as the I. To emulate the old +(versionE4) behavior, you can use an empty string (""). In order for the +plugin to work correctly, each instance name must be unique. This is not +enforced by the plugin and it is your responsibility to ensure it. + +The following options are accepted within each I block: =over 4 @@ -207,7 +225,7 @@ The following options are accepted by the C-plugin: Sets the URL of the C output. This needs to be the output generated by C and it needs to be the machine readable output -generated by appending the C argument. +generated by appending the C argument. This option is I. =item B I