mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-13 20:06:38 +00:00
With redis-os and README documentation moved elsewhere, the demo directory only contains the etcd demo setup. Rename it. Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
14 lines
352 B
YAML
14 lines
352 B
YAML
global:
|
|
|
|
scrape_configs:
|
|
- job_name: 'prometheus'
|
|
scrape_interval: 20s
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|
|
|
|
# Scrape the Node Exporter
|
|
- job_name: 'node'
|
|
scrape_interval: 20s
|
|
static_configs:
|
|
- targets: ['10.128.0.200:9100', '10.128.0.201:9100', '10.128.0.202:9100', '10.128.0.203:9100', '10.128.0.204:9100']
|