From 7992363f146962a5a7636c154fb364a948e8817b Mon Sep 17 00:00:00 2001 From: staticsafe Date: Sat, 23 Mar 2019 12:48:46 -0400 Subject: [PATCH] add grafana to ubuntu/prometheus.sickstack.com.yml --- ubuntu/prometheus.sickstack.com.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ubuntu/prometheus.sickstack.com.yml b/ubuntu/prometheus.sickstack.com.yml index 1409399..877c45c 100644 --- a/ubuntu/prometheus.sickstack.com.yml +++ b/ubuntu/prometheus.sickstack.com.yml @@ -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