diff --git a/cookbooks/varnish/templates/default/varnishd.monitrc.erb b/cookbooks/varnish/templates/default/varnishd.monitrc.erb index 0a65b8a..6c20b75 100644 --- a/cookbooks/varnish/templates/default/varnishd.monitrc.erb +++ b/cookbooks/varnish/templates/default/varnishd.monitrc.erb @@ -1,4 +1,4 @@ check process varnish_80 with pidfile /var/run/varnish/varnish.80.pid - start program = "/usr/sbin/varnishd -a :80 -T 127.0.0.1:6082 -s <%= @cache %> -f /etc/varnish/default.vcl -u nobody -g nobody -p obj_workspace=4096 -p sess_workspace=262144 -p listen_depth=2048 -p overflow_max=<%= @overflow_max %> -p ping_interval=2 -p log_hashstring=off -h classic,5000009 -p thread_pool_max=<%= @thread_pool_max %> -p lru_interval=60 -p esi_syntax=0x00000003 -p sess_timeout=10 -p thread_pools=<%= @thread_pools %> -p thread_pool_min=100 -p shm_workspace=32768 -p srcadd_ttl=0 -p thread_pool_add_delay=1" + start program = "/usr/sbin/varnishd -a :80 -T 127.0.0.1:6082 -s <%= @cache %> -f /etc/varnish/default.vcl -u nobody -g nobody -p obj_workspace=4096 -p sess_workspace=262144 -p listen_depth=2048 -p overflow_max=<%= @overflow_max %> -p ping_interval=2 -p log_hashstring=off -h classic,5000009 -p thread_pool_max=<%= @thread_pool_max %> -p lru_interval=60 -p esi_syntax=0x00000003 -p sess_timeout=10 -p thread_pools=<%= @thread_pools %> -p thread_pool_min=100 -p shm_workspace=32768 -p thread_pool_add_delay=1" stop program = "/usr/bin/varnishadm -T 127.0.0.1:6082 stop"