Commit 17c82b70 authored by Tatuya Kamada's avatar Tatuya Kamada

Fix the problem that web-checker-utility can not communicate with varnishlog.

parent f7d02fca
......@@ -53,7 +53,8 @@ web-checker-working-directory = $${directory:web-checker}
# for now frontend-url is varnish, it will replace with the real front-end one.
frontend-url = $${varnish-instance:ip}:$${varnish-instance:server-port}
wget-binary-path = ${wget:location}/bin/wget
varnishlog-binary-path = $${varnish-instance:varnishlog-wrapper}
#varnishlog-binary-path = $${varnish-instance:varnishlog-wrapper}
varnishlog-binary-path = $${varnish-instance:varnishlog-binary} -a $${varnish-instance:ip}:$${varnish-instance:server-port} -n $${varnish-instance:varnish-instance-name}
web-checker-log = $${basedirectory:log}/web-checker.log
[cron]
......
......@@ -143,7 +143,7 @@ mode = 0644
[template-varnish]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-varnish.cfg
md5sum = 70fb0ccadf0d6723ddb0fe55a1549ca5
md5sum = dce0cd5051e065961bdd57af3015b2c1
output = ${buildout:directory}/template-varnish.cfg
mode = 0644
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment