bugfix:TSG-6787,修改因tfe的出telegraf_statistic的ip地址填写错误,导致界面数据不全
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
[STAT]
|
||||
no_stats=0
|
||||
{% if PROFILE_ID == '7400-MCN123-P01R01' %}
|
||||
statsd_server=192.168.100.1
|
||||
{% endif %}
|
||||
{% if PROFILE_ID == '9000-NPB-P01R01' %}
|
||||
statsd_server=127.0.0.1
|
||||
{% endif %}
|
||||
statsd_port=8100
|
||||
histogram_bins=0.50,0.80,0.9,0.95
|
||||
statsd_cycle=5
|
||||
|
||||
@@ -140,7 +140,12 @@ tcp_ttl_upstream=75
|
||||
tcp_ttl_downstream=70
|
||||
|
||||
[stat]
|
||||
{% if PROFILE_ID == '7400-MCN123-P01R01' %}
|
||||
statsd_server=192.168.100.1
|
||||
{% endif %}
|
||||
{% if PROFILE_ID == '9000-NPB-P01R01' %}
|
||||
statsd_server=127.0.0.1
|
||||
{% endif %}
|
||||
statsd_port=8100
|
||||
statsd_cycle=5
|
||||
# 1:FS_OUTPUT_STATSD; 2:FS_OUTPUT_INFLUX_LINE
|
||||
|
||||
Reference in New Issue
Block a user