blob: 62407e0d43bd8258d2a6484782cf56160e897cb6 [file] [log] [blame]
Guillaume Thouvenin18fe0c02016-11-17 14:20:02 +01001applications:
2- grafana.client
3parameters:
4 grafana:
5 client:
6 enabled: true
Guillaume Thouvenin885c5fc2017-01-10 17:08:26 +01007 base_templates:
8 main_dashboard:
9 title: 'Main'
10 editable: true
11 hideControls: false
12 templating:
13 enable: true
14 list:
15 - allFormat: regex values
16 hide: 0
17 includeAll: false
18 name: environment
19 options: []
20 query: show tag values from cpu_idle with key = environment_label
21 refresh: 1
22 refresh_on_load: true
23 regex: ''
24 type: query
25 sort: 0
26 multi: false
27 service_row:
28 showTitle: true
29 height: 100px
30 cluster_status_singlestat:
31 span: 2
32 editable: false
33 type: singlestat
34 prefixFontSize: "50%"
35 postfixFontSize: "50%"
36 colorBackground: true
37 colors:
38 - "rgba(71, 212, 59, 0.4)"
39 - "rgba(245, 150, 40, 0.73)"
40 - "rgba(225, 40, 40, 0.59)"
41 thresholds: "1,3"
42 interval: "> 60s"
43 sparkline:
44 fillColor: "rgba(31, 118, 189, 0.18)"
45 full: false
46 lineColor: "rgb(31, 120, 193)"
47 show: false
48 valueFontSize: "50%"
49 valueMaps:
50 - op: "="
51 text: "no data"
52 value: "null"
53 - op: "="
54 text: "OKAY"
55 value: "0"
56 - op: "="
57 text: "WARN"
58 value: "1"
59 - op: "="
60 text: "UNKW"
61 value: "2"
62 - op: "="
63 text: "CRIT"
64 value: "3"
65 - op: "="
66 text: "DOWN"
67 value: "4"
68 valueName: current