16 lines
334 B
YAML
16 lines
334 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.31:9117']
|