From 228f99e5802dc8a7b88fbda272b1e3d75bfcd910 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Tue, 23 Oct 2007 16:33:49 +0200 Subject: [PATCH] collectd.conf(5): Documented the new nginx plugin. --- README | 4 ++++ src/collectd.conf.pod | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/README b/README index 338ea4b2..9c1faac2 100644 --- a/README +++ b/README @@ -110,6 +110,10 @@ Features 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 9dcff259..2f4accc8 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -569,6 +569,39 @@ either. =back +=head2 Plugin C + +This plugin collects the number of connections and requests handeled by the +C (speak: engineEX), a HTTP and mail server/proxy. It +queries the page provided by the C module, which +isn't compiled by default. Please refer to +L for more information on +how to compile and configure nginx and this module. + +The following options are accepted by the C: + +=over 4 + +=item B I + +Sets the URL of the C output. + +=item B I + +Optional user name needed for authentication. + +=item B I + +Optional password needed for authentication. + +=item B I + +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 +and are checked by default depends on the distribution you use. + +=back + =head2 Plugin C =over 4 -- 2.30.2