diff options
| author | Lu Qiuwen <[email protected]> | 2019-09-26 11:31:33 +0800 |
|---|---|---|
| committer | Lu Qiuwen <[email protected]> | 2019-09-26 11:31:33 +0800 |
| commit | f123e488f8fe0cb792dfcbf029d434a2766aa5ca (patch) | |
| tree | 8c4790b02b1553328e57713774b1fcf8d2ef1647 /roles/tfe | |
| parent | ffa9f6cb9ca9a64756f254bf7d7332920a640627 (diff) | |
修正KNI的静态Maat-TableInfo配置错误的问题,增加TFE的FieldStat配置。
Diffstat (limited to 'roles/tfe')
| -rw-r--r-- | roles/tfe/templates/tfe.conf.j2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/tfe/templates/tfe.conf.j2 b/roles/tfe/templates/tfe.conf.j2 index 1f0f7b5..3f9d52b 100644 --- a/roles/tfe/templates/tfe.conf.j2 +++ b/roles/tfe/templates/tfe.conf.j2 @@ -58,8 +58,8 @@ tcp_ttl_downstream=70 level=30 [stat] -statsd_server=192.168.10.72 -statsd_port=8126 +statsd_server={{ fs_remote.address }} +statsd_port={{ fs_remote.port }} [http] loglevel=30 |
