1
0
Fork 0

Documentation

This commit is contained in:
Ales Komarek 2015-12-08 12:11:11 +01:00
parent 749f5836c4
commit 70a167589b
2 changed files with 10 additions and 2 deletions

View File

@ -246,4 +246,3 @@ password = {{ server.database.password }}
;enabled = false
;path = /var/lib/grafana/dashboards

View File

@ -1,7 +1,16 @@
{%- from "grafana/map.jinja" import server with context %}
doc:
name: Grafana
description: A beautiful, easy to use and feature rich Graphite dashboard replacement and graph editor.
role:
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