2014-02-24 15:48:29 -05:00
|
|
|
|
2015-12-04 10:43:48 -05:00
|
|
|
=======
|
|
|
|
Grafana
|
|
|
|
=======
|
2014-02-24 15:48:29 -05:00
|
|
|
|
|
|
|
A beautiful, easy to use and feature rich Graphite dashboard replacement and graph editor.
|
|
|
|
|
2015-12-08 05:20:02 -05:00
|
|
|
Sample pillars
|
|
|
|
==============
|
2014-02-24 15:48:29 -05:00
|
|
|
|
2015-12-08 05:20:02 -05:00
|
|
|
Sample pillar installed from system package
|
2014-03-03 14:46:34 -05:00
|
|
|
|
|
|
|
grafana:
|
|
|
|
server:
|
|
|
|
enabled: true
|
2015-12-08 04:43:59 -05:00
|
|
|
database:
|
|
|
|
engine: postgresql
|
2014-03-03 14:46:34 -05:00
|
|
|
host: localhost
|
2015-12-08 04:43:59 -05:00
|
|
|
port: 5432
|
|
|
|
data_source:
|
|
|
|
metrics1:
|
|
|
|
engine: graphite
|
|
|
|
host: metrics1.domain.com
|
|
|
|
ssl: true
|
|
|
|
port: 443
|
|
|
|
user: test
|
2015-12-08 05:20:02 -05:00
|
|
|
metrics2:
|
|
|
|
engine: elasticsearch
|
|
|
|
host: metrics2.domain.com
|
|
|
|
port: 80
|
|
|
|
user: test
|
|
|
|
index: grafana-dash
|
2015-12-04 10:43:48 -05:00
|
|
|
Read more
|
|
|
|
=========
|
2014-02-24 15:48:29 -05:00
|
|
|
|
|
|
|
* http://grafana.org/
|
2015-12-08 05:20:02 -05:00
|
|
|
* http://docs.grafana.org/reference/export_import/
|