bugfix:修改tfe metric模板telegraf_ip配置项笔误

This commit is contained in:
fumingwei
2023-05-22 14:20:41 +08:00
committed by 付明卫
parent 3aea5cd0e2
commit b2bbc899ae

View File

@@ -247,11 +247,11 @@ accept_tag_key=data_center
[proxy_hits]
cycle=1000
telegraf_port=8900
{% if dp_certstore.location == 'local' %}
cert_store_host=127.0.0.1
{% if dp_steering_proxy.location == 'local' %}
telegraf_ip=127.0.0.1
{% endif %}
{% if dp_certstore.location == 'foreign'%}
cert_store_host=192.168.100.1
{% if dp_steering_proxy.location == 'foreign'%}
telegraf_ip=192.168.100.1
{% endif %}
app_name="proxy_rule_hits"