summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6f6aa01)
raw | patch | inline | side by side (parent: 6f6aa01)
author | Florian Forster <octo@noris.net> | |
Tue, 23 Oct 2007 14:33:49 +0000 (16:33 +0200) | ||
committer | Florian Forster <octo@noris.net> | |
Tue, 23 Oct 2007 14:33:49 +0000 (16:33 +0200) |
README | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
index 338ea4b281bec020e26bd9ab11425b7fa33cfcd7..9c1faac2f52eb1b8f7320a0709cd584b63bae24a 100644 (file)
--- a/README
+++ b/README
NFS Procedures: Which NFS command were called how often. Only NFSv2 and
NFSv3 right now.
+ - nginx
+ Collects statistics from `nginx' (speak: engine X), a HTTP and mail
+ server/proxy.
+
- ntp
NTP daemon statistics: Local clock drift, offset to peers, etc.
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 9dcff2592c4925daf98ef550e6e573db3553fc14..2f4accc89a1a49618c78a3f8f50642ef044a505f 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=back
+=head2 Plugin C<nginx>
+
+This plugin collects the number of connections and requests handeled by the
+C<nginx daemon> (speak: engineE<nbsp>X), a HTTP and mail server/proxy. It
+queries the page provided by the C<ngx_http_stub_status_module> module, which
+isn't compiled by default. Please refer to
+L<http://wiki.codemongers.com/NginxStubStatusModule> for more information on
+how to compile and configure nginx and this module.
+
+The following options are accepted by the C<nginx plugin>:
+
+=over 4
+
+=item B<URL> I<http://host/nginx_status>
+
+Sets the URL of the C<ngx_http_stub_status_module> output.
+
+=item B<User> I<Username>
+
+Optional user name needed for authentication.
+
+=item B<Password> I<Password>
+
+Optional password needed for authentication.
+
+=item B<CACert> I<File>
+
+File that holds one or more SSL certificates. If you want to use HTTPS you will
+possibly need this option. What CA certificates come bundled with C<libcurl>
+and are checked by default depends on the distribution you use.
+
+=back
+
=head2 Plugin C<ntpd>
=over 4