From: Florian Forster Date: Wed, 28 Feb 2007 08:34:39 +0000 (+0100) Subject: Documented the lighttpd-support in `collectd(1)' and `collectd.conf(5)'. X-Git-Tag: collectd-4.0.0~88^2~4 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;ds=sidebyside;h=946f782063552f0f6db26c8977ff615bcab0c8b0;p=collectd.git Documented the lighttpd-support in `collectd(1)' and `collectd.conf(5)'. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 1fba214e..803df8b3 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -118,6 +118,10 @@ the following snipped to base your Apache config upon: +Since it's 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: =over 4 diff --git a/src/collectd.pod b/src/collectd.pod index 731a8c78..96c3fcdb 100644 --- a/src/collectd.pod +++ b/src/collectd.pod @@ -16,7 +16,7 @@ settings. The following features may be available: =item -Apache server stats (I) +Apache and lighttpd server statistics (I) =item @@ -174,10 +174,10 @@ values. =head2 apache -This module connects to an Apache webserver and expects the output produced by -B. If requires B to set up the HTTP connection and issue -the request(s). The following is a sample config for the Apache webserver. The -use of C is mandatory. +This module connects to an Apache or lighttpd webserver and expects the output +produced by B. If requires B to set up the HTTP +connection and issue the request(s). The following is a sample config for the +Apache webserver. Under Apache, the use of C is mandatory. ExtendedStatus on