Cleaning up Jenkins and Prometheus roles
This commit is contained in:
10
roles/prometheus/templates/prometheus.yml.j2
Normal file
10
roles/prometheus/templates/prometheus.yml.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'prometheus'
|
||||
|
||||
scrape_interval: 5s
|
||||
|
||||
static_configs:
|
||||
- targets: {{ prom_targets }}
|
Reference in New Issue
Block a user