summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-11-20 14:41:30 +0800
committerluwenpeng <[email protected]>2024-11-20 14:41:30 +0800
commita51344bba32663a6d5a9624072dd31e435eeea09 (patch)
treec58580109dd7c547c171d79fd0fd6b688bfb33dd /conf
parent1942f792e7e207cf9ea41cff46744d7c95d01a00 (diff)
TSG-23844 请packet adapter提供健康状态查询的HTTP服务v2.1.1-20241120
Diffstat (limited to 'conf')
-rw-r--r--conf/packet_adapter.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/packet_adapter.conf b/conf/packet_adapter.conf
index a019c54..2457091 100644
--- a/conf/packet_adapter.conf
+++ b/conf/packet_adapter.conf
@@ -9,3 +9,9 @@ app_device=eth_nf_packet_adapter
[stat]
output_file=log/packet_adapter.fs2
statsd_cycle=2
+
+[http_healthcheck_server]
+enable=1
+port=8080
+addr="0.0.0.0"
+path="/status"