From ee11fb8b082faa06dcda7987cabcb4ce918a4d48 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Thu, 27 Jan 2022 17:07:38 +0800 Subject: [PATCH] Update 2.deploy-dashboard.md --- docs-2.0/nebula-dashboard/2.deploy-dashboard.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs-2.0/nebula-dashboard/2.deploy-dashboard.md b/docs-2.0/nebula-dashboard/2.deploy-dashboard.md index 89ea5a81dff..93cb63dbf1e 100644 --- a/docs-2.0/nebula-dashboard/2.deploy-dashboard.md +++ b/docs-2.0/nebula-dashboard/2.deploy-dashboard.md @@ -132,16 +132,16 @@ $ nohup ./node-exporter --web.listen-address=":9100" & scrape_interval: 5s evaluation_interval: 5s scrape_configs: - - job_name: 'node-exporter' + - job_name: 'nebula-stats-exporter' static_configs: - targets: [ - '192.168.xx.100:9100' # nebula-exporter 服务的 IP 地址和端口。 + '192.168.xx.100:9200' # nebula--stats-exporter 服务的 IP 地址和端口。 ] - - job_name: 'nebula-stats-exporter' + - job_name: 'node-exporter' static_configs: - targets: [ - '192.168.xx.100:9200', # node-stats-exporter 服务的 IP 地址和端口。 - '192.168.xx.101:9200' + '192.168.xx.100:9100', # node-exporter 服务的 IP 地址和端口。 + '192.168.xx.101:9100' ] ```