diff --git a/docs-2.0/nebula-dashboard/2.deploy-dashboard.md b/docs-2.0/nebula-dashboard/2.deploy-dashboard.md index 47f940a3966..bfa93c2d692 100644 --- a/docs-2.0/nebula-dashboard/2.deploy-dashboard.md +++ b/docs-2.0/nebula-dashboard/2.deploy-dashboard.md @@ -135,13 +135,13 @@ $ nohup ./node-exporter --web.listen-address=":9100" & - job_name: 'nebula-exporter' static_configs: - targets: [ - '192.168.xx.100:9200', # nebula-stats-exporter 服务的 IP 地址和端口。 - '192.168.xx.101:9200' + '192.168.xx.100:9200' # nebula-stats-exporter 服务的 IP 地址和端口。 ] - job_name: 'node-exporter' static_configs: - targets: [ - '192.168.xx.101:9100' # node-exporter 服务的 IP 地址和端口。 + '192.168.xx.100:9100', # node-exporter 服务的 IP 地址和端口。 + '192.168.xx.101:9100' ] ```