test/manufacturer/configs/prometheus/prometheus.yml

8 lines
159 B
YAML
Raw Normal View History

global:
scrape_interval: 15s
scrape_configs:
- job_name: 'apache'
metrics_path: '/server-status'
static_configs:
- targets: ['10.10.1.2:80']