formula-prometheus-ng/test/pillar/prometheus.sls

13 lines
312 B
Plaintext
Raw Normal View History

2016-10-04 11:03:07 -04:00
prometheus:
server:
config:
scrape_configs:
- job_name: 'prometheus'
scrape_interval: 5s
static_configs:
- targets: ['localhost:9090']
- job_name: 'node'
scrape_interval: 5s
static_configs:
- targets: ['localhost:9100']