summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorQiuwen Lu <[email protected]>2020-09-19 15:59:14 +0800
committer陆秋文 <[email protected]>2020-09-19 16:02:46 +0800
commiteedca2990e249e7192a3374b8d12b940d6f523ae (patch)
tree9fb39e3a106d3e313437f4f6dd2470340fb7923c /conf
parent51d4f97db7ba463e3c6109928a4373dd66e3a054 (diff)
调整CMakeLists.txt,增加APM服务的定义、样例配置文件。v4.3.27-20200919
Diffstat (limited to 'conf')
-rw-r--r--conf/CMakeLists.txt1
-rw-r--r--conf/mrapm.conf4
2 files changed, 5 insertions, 0 deletions
diff --git a/conf/CMakeLists.txt b/conf/CMakeLists.txt
index b0c0eba..e4d76c8 100644
--- a/conf/CMakeLists.txt
+++ b/conf/CMakeLists.txt
@@ -6,6 +6,7 @@ configure_file(mrzcpd.sh.in mrzcpd.sh)
install(FILES mrglobal.conf DESTINATION etc COMPONENT Profile)
install(FILES mrtunnat.conf DESTINATION etc COMPONENT Profile)
+install(FILES mrapm.conf DESTINATION etc COMPONENT Profile)
install(FILES ${CMAKE_BINARY_DIR}/conf/mrzcpd.conf DESTINATION ${MR_INSTALL_LDCONFDIR} COMPONENT Profile)
install(FILES ${CMAKE_BINARY_DIR}/conf/mrzcpd.pc DESTINATION ${MR_INSTALL_LIBDIR}/pkgconfig COMPONENT Profile)
install(FILES ${CMAKE_BINARY_DIR}/conf/mrzcpd DESTINATION ${MR_INSTALL_SYSUNITCONFDIR} COMPONENT Profile)
diff --git a/conf/mrapm.conf b/conf/mrapm.conf
new file mode 100644
index 0000000..d4ae4f1
--- /dev/null
+++ b/conf/mrapm.conf
@@ -0,0 +1,4 @@
+[sendlog_apm]
+apm_device_server=udp://127.0.0.1:8100
+apm_stream_server=udp://127.0.0.1:8100
+apm_send_interval=15 \ No newline at end of file