nginx plugin: Added a plugin to collect `nginx' statistics.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 19 Oct 2007 08:02:32 +0000 (10:02 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 19 Oct 2007 08:02:32 +0000 (10:02 +0200)
commita3e863a532edb3d75a4554ebb1ba6a44f9ab6e92
treec3cb321696bd1ec31939133f1ec12a91cebed44d
parentb823f25ad764b81de842c4c0db37b6b22aeac97c
nginx plugin: Added a plugin to collect `nginx' statistics.

nginx is a lightweight webserver and (reverse) proxy and apparently very
popular in Russia. This plugin queries it's status page, parses it and submits
it to collectd, very similar to the apache plugin.
configure.in
src/Makefile.am
src/nginx.c [new file with mode: 0644]