-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.yml.example
129 lines (126 loc) · 2.96 KB
/
config.yml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Charcoal supports the following structure:
# - A page has multiple Projects.
# - Projects can have several Sections.
# - Sections have Targets, Attributes and Images
# - Each target is a Graphite command for what to draw
# - The Attributes section gives global attributes for HOW to draw it
# - Each Image shows a title and other local attributes (such as time)
# for how to draw the end image.
#
# -----------------------------------------------------------
#
# The format of the config file is as follows:
#
# Title: Page title
# RenderURL: http://graphite.you.com/URL/to/Rendering/?
# [Project Name]:
# [Section Name]:
# Targets:
# [Name]: [Command]
# [Name]: [Command]
# [Name]: [Command]
# Attributes:
# [Attribute]: [Value]
# [Attribute]: [Value]
# [Attribute]: [Value]
# Images:
# [ImageName]:
# [Attribute]: [Value]
# [Attribute]: [Value]
# [ImageName]:
# [Attribute]: [Value]
# [Attribute]: [Value]
#
# [Project Name]:
# ...
#
# (Repeat ad infinitum.)
#
# -----------------------------------------------------------
#
# Image Sizes
#
# There's a constant gutter of 20px between each image if
# there are multiple images on a line.
#
# Projects have 920px of "image width." This means you can
# have:
# - a single image 920px wide on a line
# - two images that are each 450px wide (with 20px btwthem)
# - 3 across at 293/294/293px
# - and so on.
#
# Sections have 70px of "image width." This means, most
# commonly, two 370px wide images on a line.
Title: LifeChurch.tv Dashboard
RenderURL: http://placekitten.com/370/220/?
YouVersion:
App Server Load:
Targets:
Rate: alias(sumSeries(collectd.app*.load.load),"Load")
Attributes:
width: 293
height: 220
bgcolor: FFFFFF
fgcolor: 111111
Images:
5 Minutes:
from: -6minutes
1 Hour:
from: -1hours
1 Day:
from: -1days
1 Month:
from: -1months
Database Load:
Targets:
Rate: alias(sumSeries(collectd.db*.load.load),"Load")
Attributes:
width: 293
height: 220
bgcolor: FFFFFF
fgcolor: 111111
Images:
5 Minutes:
from: -6minutes
1 Hour:
from: -1hours
1 Day:
from: -1days
1 Month:
from: -1months
MySite.Com:
Load:
Targets:
Rate: alias(sumSeries(collectd.app*.load.load),"Load")
Attributes:
width: 293
height: 220
bgcolor: FFFFFF
fgcolor: 111111
Images:
5 Minutes:
from: -6minutes
1 Hour:
from: -1hours
1 Day:
from: -1days
1 Month:
from: -1months
Memory:
Targets:
Rate: alias(sumSeries(collectd.db*.load.load),"Load")
Attributes:
width: 293
height: 220
bgcolor: FFFFFF
fgcolor: 111111
Images:
5 Minutes:
from: -6minutes
1 Hour:
from: -1hours
1 Day:
from: -1days
1 Month:
from: -1months