Skip to content

Commit

Permalink
Update 2.deploy-dashboard.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Jan 27, 2022
1 parent 0cd6a80 commit ee11fb8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs-2.0/nebula-dashboard/2.deploy-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
```

Expand Down

0 comments on commit ee11fb8

Please sign in to comment.