2014-02-24 15:48:29 -05:00
|
|
|
|
|
|
|
# Grafana
|
|
|
|
|
|
|
|
A beautiful, easy to use and feature rich Graphite dashboard replacement and graph editor.
|
|
|
|
|
|
|
|
## Sample pillar
|
|
|
|
|
|
|
|
grafana:
|
|
|
|
server:
|
2014-02-24 17:14:45 -05:00
|
|
|
enabled: true
|
|
|
|
source:
|
|
|
|
type: 'git'
|
|
|
|
address: https://github.com/torkelo/grafana.git
|
2014-03-03 13:38:47 -05:00
|
|
|
rev: master
|
2014-02-24 17:14:45 -05:00
|
|
|
elasticsearch:
|
|
|
|
host: localhost
|
|
|
|
port: 9200
|
|
|
|
data:
|
|
|
|
- name: metrics1
|
|
|
|
type: graphite
|
|
|
|
host: metrics1.domain.com
|
|
|
|
ssl: true
|
|
|
|
port: 443
|
|
|
|
user: test
|
2014-02-24 15:48:29 -05:00
|
|
|
|
2014-03-03 14:46:34 -05:00
|
|
|
## Sample pillar with source from stable package
|
|
|
|
|
|
|
|
grafana:
|
|
|
|
server:
|
|
|
|
enabled: true
|
|
|
|
source:
|
|
|
|
type: 'pkg'
|
|
|
|
rev: 1.4.0
|
|
|
|
elasticsearch:
|
|
|
|
host: localhost
|
|
|
|
port: 9200
|
|
|
|
data:
|
|
|
|
- name: metrics1
|
|
|
|
type: graphite
|
|
|
|
host: metrics1.domain.com
|
|
|
|
ssl: true
|
|
|
|
port: 443
|
|
|
|
user: test
|
|
|
|
|
2014-02-24 15:48:29 -05:00
|
|
|
## Read more
|
|
|
|
|
|
|
|
* http://grafana.org/
|
|
|
|
* https://github.com/torkelo/grafana/wiki
|