diff options
| author | luwenpeng <[email protected]> | 2022-12-19 14:14:30 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2022-12-23 13:56:19 +0800 |
| commit | 42dded52ac976619359239e477f495f3fefd47ad (patch) | |
| tree | 3d924830429c9ebdb0adcaa3112d966f0c3492d3 /conf | |
| parent | c1d9a1ab0f6a0057c93818a6593f2e64e6bda9e5 (diff) | |
TSG-13075 TFE的Decrypted Traffic Steering功能增加第三方设备保活检查
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/tfe/tfe.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/tfe/tfe.conf b/conf/tfe/tfe.conf index b5ba0a2..c09226e 100644 --- a/conf/tfe/tfe.conf +++ b/conf/tfe/tfe.conf @@ -176,6 +176,11 @@ so_mask_server=34 device_client=eth_client device_server=eth_server +http_keepalive_enable=1 +http_keepalive_path="/metrics" +http_keepalive_addr=192.168.41.60 +http_keepalive_port=9273 + [kafka] enable=1 vsystem_id=1 |
