add grafana to ubuntu/prometheus.sickstack.com.yml

This commit is contained in:
staticsafe 2019-03-23 12:48:46 -04:00
parent 49f6e93d96
commit 7992363f14
1 changed files with 11 additions and 0 deletions

View File

@ -17,3 +17,14 @@
static_configs:
- targets:
- "netdata.internal.sickstack.com:19999"
- hosts: grafana
roles:
- cloudalchemy.grafana
vars:
grafana_datasources:
- name: prometheus
type: prometheus
access: proxy
url: 'http://localhost:9090'
basicAuth: false