add grafana to ubuntu/prometheus.sickstack.com.yml
This commit is contained in:
parent
49f6e93d96
commit
7992363f14
@ -17,3 +17,14 @@
|
|||||||
static_configs:
|
static_configs:
|
||||||
- targets:
|
- targets:
|
||||||
- "netdata.internal.sickstack.com:19999"
|
- "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
|
||||||
|
Loading…
Reference in New Issue
Block a user