16 lines
351 B
YAML
16 lines
351 B
YAML
global:
|
|
scrape_interval: 15s
|
|
|
|
scrape_configs:
|
|
- job_name: 'prometheus'
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|
|
|
|
#- job_name: 'node_exporter_vmservices'
|
|
# static_configs:
|
|
# - targets: ['192.168.56.31:9100']
|
|
|
|
- job_name: 'apache_vmservices'
|
|
static_configs:
|
|
- targets: ['192.168.56.32:9117'] #ip vmService
|