2025-10-23 13:18:31 +02:00

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.17:9100']
- job_name: 'apache_vmservices'
static_configs:
- targets: ['192.168.56.17:9117']