blob: e7d5d65837c6def0d41371217bd0e7d154a61f1f [file] [log] [blame] [view]
Ales Komarek4b6c8662014-02-24 21:48:29 +01001
2# Grafana
3
4A beautiful, easy to use and feature rich Graphite dashboard replacement and graph editor.
5
6## Sample pillar
7
8 grafana:
9 server:
Ales Komarek9a579052014-02-24 23:14:45 +010010 enabled: true
11 source:
12 type: 'git'
13 address: https://github.com/torkelo/grafana.git
Michael Kutý8af52952014-03-03 19:38:47 +010014 rev: master
Ales Komarek9a579052014-02-24 23:14:45 +010015 elasticsearch:
16 host: localhost
17 port: 9200
18 data:
19 - name: metrics1
20 type: graphite
21 host: metrics1.domain.com
22 ssl: true
23 port: 443
24 user: test
Ales Komarek4b6c8662014-02-24 21:48:29 +010025
Michael Kutýa79bbdb2014-03-03 20:46:34 +010026## Sample pillar with source from stable package
27
28 grafana:
29 server:
30 enabled: true
31 source:
32 type: 'pkg'
33 rev: 1.4.0
34 elasticsearch:
35 host: localhost
36 port: 9200
37 data:
38 - name: metrics1
39 type: graphite
40 host: metrics1.domain.com
41 ssl: true
42 port: 443
43 user: test
44
Ales Komarek4b6c8662014-02-24 21:48:29 +010045## Read more
46
47* http://grafana.org/
48* https://github.com/torkelo/grafana/wiki