[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'
Florian Forster
octo at verplant.org
Fri Jun 4 16:19:15 CEST 2010
README | 4 ++
configure.in | 58 +++++++++++++++++++++++
src/Makefile.am | 14 ++++++
src/collectd.conf.in | 7 +++
src/types.db | 3 +
src/varnish.c | 124 ++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 210 insertions(+), 0 deletions(-)
New commits:
commit e9a9482ab6d6ce752fff934625be962d0f88251b
Author: Jérôme Renard <jerome.renard at gmail.com>
Date: Fri Jun 4 16:17:33 2010 +0200
Varnish plugin: Add a new plugin for reading values from Varnish, a web proxy server.
Hi list,
I created a new plugin to monitor a Varnish [1] instance.
So far the plugin monitor statistics about cache (hit/misses) and
connections but could monitor more in the future.
The patch is attached to this message, it has been generated against
the master branch of my local collectd copy.
Any feedback welcome
Have a nice day :)
Best Regards
1. http://varnish-software.com/
--
Jérôme
Signed-off-by: Florian Forster <octo at leeloo.lan.home.verplant.org>
More information about the collectd-changes
mailing list