summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0c12052)
raw | patch | inline | side by side (parent: 0c12052)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 28 Feb 2007 08:34:39 +0000 (09:34 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Wed, 28 Feb 2007 08:34:39 +0000 (09:34 +0100) |
src/collectd.conf.pod | patch | blob | history | |
src/collectd.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 1fba214ed48126d1e9ecaa81c6a75e7b435c465e..803df8b3dccf52e01ff7b5284c52203ec6558804 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
</Location>
</IfModule>
+Since it's C<mod_status> module is very similar to Apache's, B<lighttpd> is
+also supported. It introduces a new field, called C<BusyServers>, to count the
+number of currently connected clients. This field is also supported.
+
The following options are accepted by the C<apache>-plugin:
=over 4
diff --git a/src/collectd.pod b/src/collectd.pod
index 731a8c78e1d87d7986be9758b579b2d1ee8c5928..96c3fcdb43632cb9460c64a138be11ce1ee63375 100644 (file)
--- a/src/collectd.pod
+++ b/src/collectd.pod
=item
-Apache server stats (I<apache>)
+Apache and lighttpd server statistics (I<apache>)
=item
=head2 apache
-This module connects to an Apache webserver and expects the output produced by
-B<mod_status.c>. If requires B<libcurl> 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<ExtendedStatus on> is mandatory.
+This module connects to an Apache or lighttpd webserver and expects the output
+produced by B<mod_status.c>. If requires B<libcurl> 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<ExtendedStatus on> is mandatory.
ExtendedStatus on
<IfModule mod_status.c>