Ales Komarek | 4b6c866 | 2014-02-24 21:48:29 +0100 | [diff] [blame] | 1 | |
Ales Komarek | 8649089 | 2015-12-04 16:43:48 +0100 | [diff] [blame] | 2 | ======= |
3 | Grafana | ||||
4 | ======= | ||||
Ales Komarek | 4b6c866 | 2014-02-24 21:48:29 +0100 | [diff] [blame] | 5 | |
6 | A beautiful, easy to use and feature rich Graphite dashboard replacement and graph editor. | ||||
7 | |||||
Ales Komarek | 5a23b51 | 2015-12-08 11:20:02 +0100 | [diff] [blame] | 8 | Sample pillars |
9 | ============== | ||||
Ales Komarek | 4b6c866 | 2014-02-24 21:48:29 +0100 | [diff] [blame] | 10 | |
Ales Komarek | 5a23b51 | 2015-12-08 11:20:02 +0100 | [diff] [blame] | 11 | Sample pillar installed from system package |
Michael Kutý | a79bbdb | 2014-03-03 20:46:34 +0100 | [diff] [blame] | 12 | |
13 | grafana: | ||||
14 | server: | ||||
15 | enabled: true | ||||
Ales Komarek | 9858822 | 2015-12-08 10:43:59 +0100 | [diff] [blame] | 16 | database: |
17 | engine: postgresql | ||||
Michael Kutý | a79bbdb | 2014-03-03 20:46:34 +0100 | [diff] [blame] | 18 | host: localhost |
Ales Komarek | 9858822 | 2015-12-08 10:43:59 +0100 | [diff] [blame] | 19 | port: 5432 |
20 | data_source: | ||||
21 | metrics1: | ||||
22 | engine: graphite | ||||
23 | host: metrics1.domain.com | ||||
24 | ssl: true | ||||
25 | port: 443 | ||||
26 | user: test | ||||
Ales Komarek | 5a23b51 | 2015-12-08 11:20:02 +0100 | [diff] [blame] | 27 | metrics2: |
28 | engine: elasticsearch | ||||
29 | host: metrics2.domain.com | ||||
30 | port: 80 | ||||
31 | user: test | ||||
32 | index: grafana-dash | ||||
Ales Komarek | 8649089 | 2015-12-04 16:43:48 +0100 | [diff] [blame] | 33 | Read more |
34 | ========= | ||||
Ales Komarek | 4b6c866 | 2014-02-24 21:48:29 +0100 | [diff] [blame] | 35 | |
36 | * http://grafana.org/ | ||||
Ales Komarek | 5a23b51 | 2015-12-08 11:20:02 +0100 | [diff] [blame] | 37 | * http://docs.grafana.org/reference/export_import/ |