[修改]修改网络模式为host,调整了各个服务的网络地址
This commit is contained in:
@@ -4,8 +4,8 @@ global:
|
||||
scrape_configs:
|
||||
- job_name: 'node_exporter'
|
||||
static_configs:
|
||||
- targets: [ '172.17.0.1:9100' ]
|
||||
- targets: [ '127.0.0.1:9100' ]
|
||||
|
||||
- job_name: 'opcua_exporter'
|
||||
static_configs:
|
||||
- targets: [ 'opcua-exporter:8191' ]
|
||||
- targets: [ '127.0.0.1:8191' ]
|
||||
Reference in New Issue
Block a user