[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Tue Oct 23 16:34:41 CEST 2007


 README                |    4 
 configure.in          |    2 
 src/Makefile.am       |   11 ++
 src/collectd.conf.pod |   33 ++++++
 src/email.c           |    2 
 src/nginx.c           |  252 ++++++++++++++++++++++++++++++++++++++++++++++++++
 src/types.db          |    2 
 7 files changed, 306 insertions(+)

New commits:
commit 228f99e5802dc8a7b88fbda272b1e3d75bfcd910
Author: Florian Forster <octo at noris.net>
Date:   Tue Oct 23 16:33:49 2007 +0200

    collectd.conf(5): Documented the new nginx plugin.

commit 6f6aa01d8d757649fc26659cb8ddfc9e5a08919a
Author: Florian Forster <octo at noris.net>
Date:   Tue Oct 23 16:10:47 2007 +0200

    email plugin: Include `stddef.h' which defines the `offsetof' macro.

commit 62b1cfdd2b7f30238fae5614dd812bd062c1d61f
Author: Florian Forster <octo at noris.net>
Date:   Tue Oct 23 13:56:57 2007 +0200

    nginx plugin: Changed to the version 4 plugin infrastructure.

commit 58ecdb7ff9a4d90e87daecca05b9cb4a43070fd7
Merge: 1695cd0763cb407e5606c27ce32c6054125fb560 a3e863a532edb3d75a4554ebb1ba6a44f9ab6e92
Author: Florian Forster <octo at noris.net>
Date:   Tue Oct 23 13:33:41 2007 +0200

    Merge branch 'ff/nginx'
    
    Conflicts:
    
    	configure.in
    	src/Makefile.am

commit a3e863a532edb3d75a4554ebb1ba6a44f9ab6e92
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Fri Oct 19 10:02:32 2007 +0200

    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.




More information about the collectd-changes mailing list