8 lines
159 B
YAML
8 lines
159 B
YAML
|
|
global:
|
||
|
|
scrape_interval: 15s
|
||
|
|
|
||
|
|
scrape_configs:
|
||
|
|
- job_name: 'apache'
|
||
|
|
metrics_path: '/server-status'
|
||
|
|
static_configs:
|
||
|
|
- targets: ['10.10.1.2:80']
|