This is an automated email from the ASF dual-hosted git repository.
qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new e77d26a fix LOCAL_JMX to JMX_LOCAL
e77d26a is described below
commit e77d26a75965835ce972f64b3cea1ab29a3d3d66
Author: qiaojialin <[email protected]>
AuthorDate: Thu Oct 15 17:06:15 2020 +0800
fix LOCAL_JMX to JMX_LOCAL
---
docs/zh/UserGuide/Server/Config Manual.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/zh/UserGuide/Server/Config Manual.md
b/docs/zh/UserGuide/Server/Config Manual.md
index 14bef19..a4067e5 100644
--- a/docs/zh/UserGuide/Server/Config Manual.md
+++ b/docs/zh/UserGuide/Server/Config Manual.md
@@ -42,9 +42,9 @@
环境配置项主要用于对IoTDB Server运行的Java环境相关参数进行配置,如JVM相关配置。IoTDB
Server启动时,此部分配置会被传给JVM。用户可以通过查看
`iotdb-env.sh`(或`iotdb-env.bat`)文件查看环境配置项内容。详细配置项说明如下:
-* LOCAL\_JMX
+* JMX\_LOCAL
-|名字|LOCAL\_JMX|
+|名字|JMX\_LOCAL|
|:---:|:---|
|描述|JMX监控模式,配置为yes表示仅允许本地监控,设置为no的时候表示允许远程监控|
|类型|枚举String : “yes”, “no”|