8 lines
116 B
YAML
8 lines
116 B
YAML
|
global:
|
||
|
|
||
|
scrape_configs:
|
||
|
- job_name: node_exporter
|
||
|
static_configs:
|
||
|
- targets:
|
||
|
- node-exporter:9100
|