Cleaning up Jenkins and Prometheus roles

This commit is contained in:
2020-07-20 21:42:50 -04:00
parent b80bc110c3
commit 0942a9b52c
6 changed files with 17 additions and 14 deletions

View File

@@ -0,0 +1,10 @@
global:
scrape_interval: 15s
scrape_configs:
- job_name: 'prometheus'
scrape_interval: 5s
static_configs:
- targets: {{ prom_targets }}