Documentation
This commit is contained in:
parent
749f5836c4
commit
70a167589b
2 changed files with 10 additions and 2 deletions
|
@ -246,4 +246,3 @@ password = {{ server.database.password }}
|
||||||
;enabled = false
|
;enabled = false
|
||||||
;path = /var/lib/grafana/dashboards
|
;path = /var/lib/grafana/dashboards
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,16 @@
|
||||||
|
{%- from "grafana/map.jinja" import server with context %}
|
||||||
doc:
|
doc:
|
||||||
name: Grafana
|
name: Grafana
|
||||||
description: A beautiful, easy to use and feature rich Graphite dashboard replacement and graph editor.
|
description: A beautiful, easy to use and feature rich Graphite dashboard replacement and graph editor.
|
||||||
role:
|
role:
|
||||||
server:
|
server:
|
||||||
name: server
|
name: server
|
||||||
param: {}
|
param:
|
||||||
|
bind:
|
||||||
|
value: {{ server.bind.host }}:{{ server.bind.port }}
|
||||||
|
endpoint:
|
||||||
|
grafana_server:
|
||||||
|
name: default
|
||||||
|
type: grafana_server
|
||||||
|
address: http://{{ server.bind.host }}:{{ server.bind.port }}/
|
||||||
|
protocol: http
|
Loading…
Reference in a new issue