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 | 8649089 | 2015-12-04 16:43:48 +0100 | [diff] [blame] | 8 | Sample pillar |
9 | ============= | ||||
Ales Komarek | 4b6c866 | 2014-02-24 21:48:29 +0100 | [diff] [blame] | 10 | |
Ales Komarek | 9858822 | 2015-12-08 10:43:59 +0100 | [diff] [blame] | 11 | Sample pillar with source from system package |
Michael Kutý | a79bbdb | 2014-03-03 20:46:34 +0100 | [diff] [blame] | 12 | |
13 | grafana: | ||||
14 | server: | ||||
15 | enabled: true | ||||
16 | source: | ||||
17 | type: 'pkg' | ||||
Ales Komarek | 9858822 | 2015-12-08 10:43:59 +0100 | [diff] [blame] | 18 | version: 2.5.0 |
19 | database: | ||||
20 | engine: postgresql | ||||
Michael Kutý | a79bbdb | 2014-03-03 20:46:34 +0100 | [diff] [blame] | 21 | host: localhost |
Ales Komarek | 9858822 | 2015-12-08 10:43:59 +0100 | [diff] [blame] | 22 | port: 5432 |
23 | data_source: | ||||
24 | metrics1: | ||||
25 | engine: graphite | ||||
26 | host: metrics1.domain.com | ||||
27 | ssl: true | ||||
28 | port: 443 | ||||
29 | user: test | ||||
Michael Kutý | a79bbdb | 2014-03-03 20:46:34 +0100 | [diff] [blame] | 30 | |
Ales Komarek | 8649089 | 2015-12-04 16:43:48 +0100 | [diff] [blame] | 31 | Read more |
32 | ========= | ||||
Ales Komarek | 4b6c866 | 2014-02-24 21:48:29 +0100 | [diff] [blame] | 33 | |
34 | * http://grafana.org/ | ||||
Ales Komarek | 8649089 | 2015-12-04 16:43:48 +0100 | [diff] [blame] | 35 | * https://github.com/torkelo/grafana/wiki |