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 | |
Michael Kutý | a79bbdb | 2014-03-03 20:46:34 +0100 | [diff] [blame^] | 26 | ## 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 Komarek | 4b6c866 | 2014-02-24 21:48:29 +0100 | [diff] [blame] | 45 | ## Read more |
| 46 | |
| 47 | * http://grafana.org/ |
| 48 | * https://github.com/torkelo/grafana/wiki |