Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation.md #1569

Open
wants to merge 2 commits into
base: release-3
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions 3.x/zh_CN/docs/tutorial/pro/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,11 +522,12 @@ generated/chain0

### 4.5部署区块链节点监控服务

RPC服务和Gateway服务和node服务均部署完成后,可部署区块链节点监控服务。在建链工具BcosProBuilder目录下,执行如下命令,可部署并启动区块链节点监控服务。
RPC服务和Gateway服务和node服务均部署完成后,可部署区块链节点监控服务。在建链工具BcosBuilder目录下,执行如下命令,可部署并启动区块链节点监控服务。(监控服务依赖于Ansible,需要提前进行安装,centos下Ansible安装参考命令:sudo yum install epel-release、sudo yum install ansible)


```shell
# 进入操作目录
cd ~/fisco/BcosProBuilder
cd ~/fisco/BcosBuilder/pro

# 部署并启动区块链节点服务
python3 build_chain.py chain -o deploy -t monitor
Expand Down Expand Up @@ -857,4 +858,4 @@ app_log/

```

区块链节点服务启动成功后,可在graphna和prometheus页面查看各个指标数据。
区块链节点服务启动成功后,可在graphna和prometheus页面查看各个指标数据。