Varnish plugin: Add a new plugin for reading values from Varnish, a web proxy server.
authorJérôme Renard <jerome.renard@gmail.com>
Fri, 4 Jun 2010 14:17:33 +0000 (16:17 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Fri, 4 Jun 2010 14:17:33 +0000 (16:17 +0200)
commite9a9482ab6d6ce752fff934625be962d0f88251b
tree5bfffdf95f68355a6a3145c5c3eb935e2326aef1
parent2d4172ce51e01a54bd75039d04d32cbc515e0e72
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@leeloo.lan.home.verplant.org>
README
configure.in
src/Makefile.am
src/collectd.conf.in
src/types.db
src/varnish.c [new file with mode: 0644]