add ubuntu/prometheus.sickstack.com.yml

This commit is contained in:
staticsafe 2019-03-23 11:07:06 -04:00
parent 6540d059d7
commit faa099e917
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
- hosts: prometheus
roles:
- cloudalchemy.prometheus
vars:
prometheus_scrape_configs:
- job_name: "prometheus" # Custom scrape job, here using `static_config`
metrics_path: "/metrics"
static_configs:
- targets:
- "localhost:9090"
- job_name: "netdata-scrape"
metrics_path: "/api/v1/allmetrics"
static_configs:
- targets:
- "netdata.internal.sickstack.com:19999"