Commit 350d0dee authored by Łukasz Nowak's avatar Łukasz Nowak

XXX handle re6st-verification-url default change

parent 1bd2e9d0
......@@ -22,7 +22,7 @@ md5sum = 5784bea3bd608913769ff9a8afcccb68
[profile-frontend]
filename = instance-frontend.cfg.in
md5sum = 628a3d2dfb493b9834a23b9c02304f8d
md5sum = 9c976e5f0184d20dfe0cbbb9416be1b3
[profile-master]
filename = instance-master.cfg.in
......
......@@ -41,7 +41,7 @@ parts =
monitor-base
monitor-ats-cache-stats-wrapper
monitor-traffic-summary-last-stats-wrapper
{%- if instance_parameter_dict.get('configuration.re6st-verification-url', None) %}
{%- if 're6st-verification-url' in configuration['user']['global'] %}
monitor-verify-re6st-connectivity
{%- endif %}
......@@ -987,11 +987,13 @@ output = ${trafficserver-configuration-directory:target}/cache-config.stats
context =
raw content show:cache-stats
{%- if 're6st-verification-url' in configuration['user']['global'] %}
[monitor-verify-re6st-connectivity]
<= monitor-promise-base
promise = check_url_available
name = re6st-connectivity.py
config-url = {{ configuration['user']['global']['re6st-verification-url'] }}
{%- endif %}
[slave-introspection-frontend]
<= slap-connection
......
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