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' ] ```