[collectd] [PATCH 3/3] Varnish plugin: missing definition in default config.

Marc Fournier marc.fournier at camptocamp.com
Mon Mar 14 09:17:44 CET 2011


Signed-off-by: Marc Fournier <marc.fournier at camptocamp.com>
---
 src/varnish.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/varnish.c b/src/varnish.c
index 4fac591..60999b3 100644
--- a/src/varnish.c
+++ b/src/varnish.c
@@ -453,6 +453,7 @@ static int varnish_config_apply_default (user_config_t *conf) /* {{{ */
 	conf->collect_totals      = 0;
 	conf->collect_uptime      = 0;
 	conf->collect_vcl         = 0;
+	conf->collect_workers     = 0;
 	
 	return (0);
 } /* }}} int varnish_config_apply_default */
-- 
1.7.2.3




More information about the collectd mailing list