Ales Komarek | 4b6c866 | 2014-02-24 21:48:29 +0100 | [diff] [blame] | 1 | |
| 2 | # Grafana |
| 3 | |
| 4 | A beautiful, easy to use and feature rich Graphite dashboard replacement and graph editor. |
| 5 | |
| 6 | ## Sample pillar |
| 7 | |
| 8 | grafana: |
| 9 | server: |
Ales Komarek | 9a57905 | 2014-02-24 23:14:45 +0100 | [diff] [blame] | 10 | enabled: true |
| 11 | source: |
| 12 | type: 'git' |
| 13 | address: https://github.com/torkelo/grafana.git |
Michael KutĂ˝ | 8af5295 | 2014-03-03 19:38:47 +0100 | [diff] [blame^] | 14 | rev: master |
Ales Komarek | 9a57905 | 2014-02-24 23:14:45 +0100 | [diff] [blame] | 15 | 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 Komarek | 4b6c866 | 2014-02-24 21:48:29 +0100 | [diff] [blame] | 25 | |
| 26 | ## Read more |
| 27 | |
| 28 | * http://grafana.org/ |
| 29 | * https://github.com/torkelo/grafana/wiki |