changing monitoring ports to 6xxx family
This commit is contained in:
@@ -9,11 +9,11 @@ rule_files:
|
||||
scrape_configs:
|
||||
- job_name: 'prometheus'
|
||||
static_configs:
|
||||
- targets: ['localhost:9090']
|
||||
- targets: ['localhost:6090']
|
||||
|
||||
- job_name: 'node-exporter'
|
||||
static_configs:
|
||||
- targets: ['node-exporter:9100']
|
||||
- targets: ['node-exporter:6100']
|
||||
|
||||
- job_name: 'opencand-api'
|
||||
static_configs:
|
||||
|
Reference in New Issue
Block a user