projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
642e7a1
)
- Varnish plugin : Enabled monitor_backend and monitor_shm by default
author
Jérôme Renard
<jerome.renard@gmail.com>
Wed, 9 Jun 2010 13:06:49 +0000
(15:06 +0200)
committer
Jérôme Renard
<jerome.renard@gmail.com>
Wed, 9 Jun 2010 13:06:49 +0000
(15:06 +0200)
src/varnish.c
patch
|
blob
|
history
diff --git
a/src/varnish.c
b/src/varnish.c
index
dc69ff5
..
e62bb99
100644
(file)
--- a/
src/varnish.c
+++ b/
src/varnish.c
@@
-309,7
+309,9
@@
static int varnish_init (void) /* {{{ */
/* Default settings: */
conf->instance = NULL;
conf->monitor_cache = 1;
+ conf->monitor_backend = 1;
conf->monitor_connections = 1;
+ conf->monitor_shm = 1;
ud.data = conf;
ud.free_func = varnish_config_free;