Merge lp:~mbruzek/charms/precise/munin/fixes into lp:charms/munin

Proposed by Matt Bruzek
Status: Merged
Merged at revision: 13
Proposed branch: lp:~mbruzek/charms/precise/munin/fixes
Merge into: lp:charms/munin
Diff against target: 396 lines (+373/-1)
4 files modified
README.md (+60/-0)
icon.svg (+312/-0)
metadata.yaml (+1/-0)
revision (+0/-1)
To merge this branch: bzr merge lp:~mbruzek/charms/precise/munin/fixes
Reviewer Review Type Date Requested Status
José Antonio Rey (community) Approve
Review via email: mp+233852@code.launchpad.net

Description of the change

Fixing charm proof errors.

Adding an icon.svg

Adding README

Fixing metadata.yaml

Removing revision file.

To post a comment you must log in.
13. By Matt Bruzek

Applications (plural).

Revision history for this message
José Antonio Rey (jose) wrote :

+1 LGTM! Thanks, Matt!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== added file 'README.md'
--- README.md 1970-01-01 00:00:00 +0000
+++ README.md 2014-09-09 02:05:15 +0000
@@ -0,0 +1,60 @@
1# Overview
2
3Munin is a system monitoring, network monitoring and infrastructure
4monitoring software application. Munin offers monitoring and alerting
5services for servers, switches, applications, and services. It alerts
6the users when things go wrong and alerts them a second time when the
7problem has been resolved.
8
9Munin is a highly flexible and powerful solution used to create graphs
10of virtually everything imaginable throughout your network, while
11still maintaining an ease of installation and configuration.
12This package contains the grapher/gatherer. You will only need one
13use to create graphs and HTML pages, suitable for viewing with your
14graphical web browser of choice. It is also able to alert you if any
15value is outside of a preset boundary, useful if you want to be
16alerted if a filesystem is about to grow full, for instance. You can
17do this by making Munin run an arbitrary command when you need to be
18alert it, or make use of the intrinsic Nagios support. Munin is
19written in Perl, and relies heavily on Tobi Oetiker's excellent
20RRDtool.
21
22For more information go to <http://munin-monitoring.org/>.
23
24# Usage
25
26You can deploy the munin service with the following command:
27
28 juju deploy munin
29
30You can then browse to http://ip-address/munin to view the service.
31
32# Relations
33
34The munin charm can be related to monitor several exisiting charms.
35The munin interface is present on haproxy, mediawiki, memcached, and
36mysql charms.
37
38You can add a relation to those charms by:
39
40 juju add-relation munin:munin mysql:munin
41 juju add-relation munin:munin haproxy:munin
42 juju add-relation munin:munin memcached:munin
43
44# Configuration
45
46There are no configuration options for munin at this time. Just deploy the
47service and you are all set!
48
49# Contact Information
50
51The munin charm was originally written by Clint Byrum <clint@ubuntu.com>
52
53## Munin information
54
55- [Munin website](http://munin-monitoring.org/)
56- [Munin FAQ](http://munin-monitoring.org/wiki/faq)
57- [Munin tickets](http://munin-monitoring.org/report)
58- [Munin documentation](http://munin.readthedocs.org/en/latest/)
59- [Munin mailing list archive](http://sourceforge.net/p/munin/mailman/munin-users/)
60- Munin IRC is #munin on irc.oftc.net.
061
=== added file 'icon.svg'
--- icon.svg 1970-01-01 00:00:00 +0000
+++ icon.svg 2014-09-09 02:05:15 +0000
@@ -0,0 +1,312 @@
1<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
4<svg
5 xmlns:dc="http://purl.org/dc/elements/1.1/"
6 xmlns:cc="http://creativecommons.org/ns#"
7 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8 xmlns:svg="http://www.w3.org/2000/svg"
9 xmlns="http://www.w3.org/2000/svg"
10 xmlns:xlink="http://www.w3.org/1999/xlink"
11 xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
12 xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
13 width="96"
14 height="96"
15 id="svg6517"
16 version="1.1"
17 inkscape:version="0.48.4 r9939"
18 sodipodi:docname="munin-icon.svg">
19 <defs
20 id="defs6519">
21 <linearGradient
22 inkscape:collect="always"
23 xlink:href="#Background"
24 id="linearGradient6461"
25 gradientUnits="userSpaceOnUse"
26 x1="0"
27 y1="970.29498"
28 x2="144"
29 y2="970.29498"
30 gradientTransform="matrix(0,-0.66666669,0.6660448,0,-866.25992,731.29077)" />
31 <linearGradient
32 id="Background">
33 <stop
34 id="stop4178"
35 offset="0"
36 style="stop-color:#e1e1e1;stop-opacity:1;" />
37 <stop
38 id="stop4180"
39 offset="1"
40 style="stop-color:#ffffff;stop-opacity:1;" />
41 </linearGradient>
42 <filter
43 style="color-interpolation-filters:sRGB;"
44 inkscape:label="Inner Shadow"
45 id="filter1121">
46 <feFlood
47 flood-opacity="0.59999999999999998"
48 flood-color="rgb(0,0,0)"
49 result="flood"
50 id="feFlood1123" />
51 <feComposite
52 in="flood"
53 in2="SourceGraphic"
54 operator="out"
55 result="composite1"
56 id="feComposite1125" />
57 <feGaussianBlur
58 in="composite1"
59 stdDeviation="1"
60 result="blur"
61 id="feGaussianBlur1127" />
62 <feOffset
63 dx="0"
64 dy="2"
65 result="offset"
66 id="feOffset1129" />
67 <feComposite
68 in="offset"
69 in2="SourceGraphic"
70 operator="atop"
71 result="composite2"
72 id="feComposite1131" />
73 </filter>
74 <filter
75 style="color-interpolation-filters:sRGB;"
76 inkscape:label="Drop Shadow"
77 id="filter950">
78 <feFlood
79 flood-opacity="0.25"
80 flood-color="rgb(0,0,0)"
81 result="flood"
82 id="feFlood952" />
83 <feComposite
84 in="flood"
85 in2="SourceGraphic"
86 operator="in"
87 result="composite1"
88 id="feComposite954" />
89 <feGaussianBlur
90 in="composite1"
91 stdDeviation="1"
92 result="blur"
93 id="feGaussianBlur956" />
94 <feOffset
95 dx="0"
96 dy="1"
97 result="offset"
98 id="feOffset958" />
99 <feComposite
100 in="SourceGraphic"
101 in2="offset"
102 operator="over"
103 result="composite2"
104 id="feComposite960" />
105 </filter>
106 <clipPath
107 clipPathUnits="userSpaceOnUse"
108 id="clipPath873">
109 <g
110 transform="matrix(0,-0.66666667,0.66604479,0,-258.25992,677.00001)"
111 id="g875"
112 inkscape:label="Layer 1"
113 style="fill:#ff00ff;fill-opacity:1;stroke:none;display:inline">
114 <path
115 style="fill:#ff00ff;fill-opacity:1;stroke:none;display:inline"
116 d="m 46.702703,898.22775 50.594594,0 C 138.16216,898.22775 144,904.06497 144,944.92583 l 0,50.73846 c 0,40.86071 -5.83784,46.69791 -46.702703,46.69791 l -50.594594,0 C 5.8378378,1042.3622 0,1036.525 0,995.66429 L 0,944.92583 C 0,904.06497 5.8378378,898.22775 46.702703,898.22775 Z"
117 id="path877"
118 inkscape:connector-curvature="0"
119 sodipodi:nodetypes="sssssssss" />
120 </g>
121 </clipPath>
122 <filter
123 inkscape:collect="always"
124 id="filter891"
125 inkscape:label="Badge Shadow">
126 <feGaussianBlur
127 inkscape:collect="always"
128 stdDeviation="0.71999962"
129 id="feGaussianBlur893" />
130 </filter>
131 </defs>
132 <sodipodi:namedview
133 id="base"
134 pagecolor="#ffffff"
135 bordercolor="#666666"
136 borderopacity="1.0"
137 inkscape:pageopacity="0.0"
138 inkscape:pageshadow="2"
139 inkscape:zoom="4.0745362"
140 inkscape:cx="-110.33435"
141 inkscape:cy="49.018169"
142 inkscape:document-units="px"
143 inkscape:current-layer="layer3"
144 showgrid="true"
145 fit-margin-top="0"
146 fit-margin-left="0"
147 fit-margin-right="0"
148 fit-margin-bottom="0"
149 inkscape:window-width="2801"
150 inkscape:window-height="1596"
151 inkscape:window-x="79"
152 inkscape:window-y="24"
153 inkscape:window-maximized="1"
154 showborder="true"
155 showguides="true"
156 inkscape:guide-bbox="true"
157 inkscape:showpageshadow="false">
158 <inkscape:grid
159 type="xygrid"
160 id="grid821" />
161 <sodipodi:guide
162 orientation="1,0"
163 position="16,48"
164 id="guide823" />
165 <sodipodi:guide
166 orientation="0,1"
167 position="64,80"
168 id="guide825" />
169 <sodipodi:guide
170 orientation="1,0"
171 position="80,40"
172 id="guide827" />
173 <sodipodi:guide
174 orientation="0,1"
175 position="64,16"
176 id="guide829" />
177 </sodipodi:namedview>
178 <metadata
179 id="metadata6522">
180 <rdf:RDF>
181 <cc:Work
182 rdf:about="">
183 <dc:format>image/svg+xml</dc:format>
184 <dc:type
185 rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
186 <dc:title></dc:title>
187 </cc:Work>
188 </rdf:RDF>
189 </metadata>
190 <g
191 inkscape:label="BACKGROUND"
192 inkscape:groupmode="layer"
193 id="layer1"
194 transform="translate(268,-635.29076)"
195 style="display:inline">
196 <path
197 style="fill:url(#linearGradient6461);fill-opacity:1;stroke:none;display:inline;filter:url(#filter1121)"
198 d="m -268,700.15563 0,-33.72973 c 0,-27.24324 3.88785,-31.13513 31.10302,-31.13513 l 33.79408,0 c 27.21507,0 31.1029,3.89189 31.1029,31.13513 l 0,33.72973 c 0,27.24325 -3.88783,31.13514 -31.1029,31.13514 l -33.79408,0 c -27.21517,0 -31.10302,-3.89189 -31.10302,-31.13514 z"
199 id="path6455"
200 inkscape:connector-curvature="0"
201 sodipodi:nodetypes="sssssssss" />
202 </g>
203 <g
204 inkscape:groupmode="layer"
205 id="layer3"
206 inkscape:label="MUNIN"
207 style="display:inline">
208 <g
209 transform="matrix(0.33864211,0,0,0.33864211,20.303368,16.101003)"
210 id="g1609">
211 <path
212 inkscape:connector-curvature="0"
213 style="fill:none;stroke:#32ff00;stroke-width:1.50116241;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
214 d="m 157.17279,167.28866 0,-0.71001 -1.395,0 -1.16301,0.91401 0,-0.50801 -1.39401,0 0,-3.86206 -1.16101,0 0,-3.55605 -0.698,0 0,-0.71101 -1.16301,0 0,4.47107 -1.625,0 0,3.45505 -1.74402,0 0,-1.06902 -0.928,0.40801 -1.278,0.55901 -0.93,0 0,1.62502 -1.85902,0 0,-1.31802 0,-2.03503 0,-2.44003 -1.394,0 0,-1.01602 -1.39601,0 0,-4.57407 -1.39301,0 0,4.57407 -0.69701,0.305 0,5.33608 -1.27699,0 -1.27801,0.56101 -1.39601,0 -1.16201,-0.508 -2.09101,0 0,-1.22102 -1.396,0 0,1.93203 -1.16001,0 0,1.32002 -0.93301,0 0,0.86301 -2.08701,0 0.004,0.002 0,-0.56001 -0.934,0 0,-7.31711 -0.92801,0 0,-4.98007 -0.582,-0.25401 0,-3.30305 -1.046,0 0,7.82612 -0.93101,0 0,7.92812 -0.92601,0 0,0.66001 -1.15899,0 0,-0.66001 -0.93402,0 0,-4.16806 -0.697,0 0,-4.87908 -0.697,0 0,-15.44323 -0.46501,0 0,-7.21311 -1.162,0 0,9.85215 -0.92901,0 0,20.0213 -0.698,0.30701 0,1.52302 -0.927,0 0,-1.42402 -0.466,0 0,-2.64004 -1.16201,0 0,-1.62703 -0.931,0 0,3.04905 -0.69501,0 0,0.81201 -0.93001,0 0,-1.52302 -1.161,0 0,1.72602 -1.62701,0 0,1.72703 -1.39401,0 0,-4.67407 -0.583,-0.254 0,-5.02908 -1.74,0 0,4.16606 -1.163815,0.50801 0,5.84309 -0.693904,0 0,-17.53126 0,-8.23213 -0.699003,0 0,-10.05515 -0.696704,0 0,8.53113 -0.930905,0 0,17.78327 -0.695803,0 0,0.91601 -0.696804,0 0,4.67407 0,2.64304 -0.930905,0 0,-2.54104 -1.160905,0 0,-3.86206 0,-7.92512 -1.394807,0 0,-10.46715 -0.580804,-0.25401 0,6.6541 -1.742908,0 0,4.16607 0,7.72511 -0.698003,0 0,2.23604 -0.929005,0.407 0,3.96206 0,1.17002 -1.157905,0 0,-5.64009 -0.700004,0 0,-10.06315 0,-5.18107 -0.698003,0 0,12.19518 -1.159907,0 0,6.5041 -0.695803,0.306 0,-1.32202 -1.627909,0 0,0.81301 -0.930004,0 0,1.82803 -0.696703,0 0,-1.93003 -0.930905,0 0,-1.72802 -1.160906,0 0,0.91601 -0.350902,-0.155 0,1.47502 -0.986805,0.43201 0,1.09301 -1.130806,0.49401 0,-1.71403 -1.482907,0 0,-1.21901 -0.699003,0 0,-1.62703 -1.392807,0 0,-1.62702 -0.698004,0 0,-2.64104 -1.160906,0 0,-5.89409 -1.161905,0 0,7.72211 -1.161906,0 0,2.44004 -0.928905,0.40601 0,3.04904 -0.696803,0 0,1.06802 -0.926705,0 0,-6.04709 -0.700004,-0.30601 0,-6.19709 -1.161905,0 0,-6.6081 -0.698904,0 0,-17.04125 -1.160906,0 0,14.19521 -0.699003,0 0,10.77416 -0.929005,0 0,0.81201 -0.928904,0 0,4.47307 -1.393807,0 0,5.38508 0,0.56001 -1.159907,0 0,-0.96502 -1.164805,0 0,-0.81401 -1.160907,0 0,-2.03303 -1.626007,0 0,-10.06115 -1.162806,0 0,-12.60119 -1.393807,0 0,10.67016 -0.930005,0 0,-1.82803 -1.160806,0 0,-9.24913 -0.582802,-0.25301 0,-5.91509 -1.044006,0 0,8.20213 -1.161805,0 0,9.34714 -0.930005,0 0,6.6081 -0.928905,0 0,5.89408 -0.465802,0 0,-2.33803 -1.394807,0 0,3.04904 -1.627009,0 0,-1.83002 -1.160805,0 0,3.45705 -1.393807,0 0,-2.33804 -1.393807,0 0,0.91402 -1.161906,0 0,1.42402 -1.161906,0 0,0.66001 -1.391807,0 0,-1.77903 -1.629908,0 0,1.77903 -2.08791,0 0,-0.76301 -1.164807,0 0,0.76301 -2.08791,0 0,-0.86501 -0.933804,0 0,-1.32002 -1.160907,0 0,-1.93203 -1.394806,0 0,1.22102"
215 id="path1493" />
216 <path
217 inkscape:connector-curvature="0"
218 style="fill:#000000;stroke:none"
219 d="m 158.4488,6.2968219 c -2.43202,3.6440546 -8.53905,3.6640449 -8.53905,3.6640449 l 1.57801,-3.9610594 C 143.46072,8.0058475 135.27868,16.491995 135.27868,16.491995 l -0.016,-4.975075 -10.81005,8.215123 2.18401,-6.099091 -4.31503,2.888043 c -5.24602,3.110047 -11.19705,4.364066 -11.19705,4.364066 -9.00605,0.558008 -21.875716,11.419171 -21.875716,11.419171 1.564008,-4.02906 0.439002,-12.332185 0.439002,-12.332185 C 81.763006,35.48428 66.664731,42.463384 64.50192,43.344398 62.333909,44.222411 50.954951,49.429489 40.617,58.879631 30.286148,68.320772 27.003131,84.108009 27.003131,84.108009 26.176228,87.071053 18.481189,92.044128 14.936171,96.688198 13.314363,98.80923 4.2123269,110.1758 1.0343309,124.07801 c -2.6909335,11.80218 0.7189936,23.18935 0.7189936,23.18935 0,0 0.597913,4.31206 3.8698995,-3.38905 l 1.3618168,-0.27301 c 0,0 -1.6638184,3.59806 -0.6408632,3.24605 1.0219751,-0.34801 6.8959854,-6.6821 11.7068094,-12.03518 4.814024,-5.35908 21.210106,-18.52928 35.97798,-19.48429 0,0 10.022951,-3.78306 17.448088,2.02503 0,0 4.896025,6.05909 12.462962,5.30508 0,0 0.887904,-0.24801 3.306817,1.39302 l -0.1418,-3.16105 c 0,0 8.689943,5.10008 17.810486,1.49502 l -1.6,-2.26603 c 0,0 1.639,-2.41404 6.47203,0.85901 l 0.286,-2.15403 c 0,0 8.58805,4.57607 12.99907,4.42807 l -1.21001,-3.88306 c 0,0 9.09504,-1.27602 18.10509,-1.83203 0,0 11.22206,-2.42004 18.6281,5.76209 L 158.4478,6.2968219"
220 id="path1509" />
221 <g
222 id="g1604">
223 <path
224 inkscape:connector-curvature="0"
225 style="fill:none;stroke:#000000;stroke-width:1.50116313;stroke-linecap:round;stroke-linejoin:round"
226 d="m 20.6738,186.09538 0,-49.07278"
227 id="path1505" />
228 <path
229 inkscape:connector-curvature="0"
230 style="fill:none;stroke:#000000;stroke-width:1.50117779;stroke-linecap:round;stroke-linejoin:round"
231 d="m 20.673816,85.401045 0,-84.98218412 137.380864,0 0,185.67650912"
232 id="path1507" />
233 <path
234 inkscape:connector-curvature="0"
235 style="fill:none;stroke:#000000;stroke-width:1.52499998;stroke-linecap:round;stroke-linejoin:round"
236 d="m 20.685718,186.08346 136.899462,0"
237 id="path1506" />
238 </g>
239 </g>
240 </g>
241 <g
242 inkscape:groupmode="layer"
243 id="layer2"
244 inkscape:label="BADGE"
245 style="display:none"
246 sodipodi:insensitive="true">
247 <g
248 style="display:inline"
249 transform="translate(-340.00001,-581)"
250 id="g4394"
251 clip-path="none">
252 <g
253 id="g855">
254 <g
255 inkscape:groupmode="maskhelper"
256 id="g870"
257 clip-path="url(#clipPath873)"
258 style="opacity:0.6;filter:url(#filter891)">
259 <path
260 transform="matrix(1.4999992,0,0,1.4999992,-29.999795,-237.54282)"
261 d="m 264,552.36218 a 12,12 0 1 1 -24,0 12,12 0 1 1 24,0 z"
262 sodipodi:ry="12"
263 sodipodi:rx="12"
264 sodipodi:cy="552.36218"
265 sodipodi:cx="252"
266 id="path844"
267 style="color:#000000;fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
268 sodipodi:type="arc" />
269 </g>
270 <g
271 id="g862">
272 <path
273 sodipodi:type="arc"
274 style="color:#000000;fill:#f5f5f5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
275 id="path4398"
276 sodipodi:cx="252"
277 sodipodi:cy="552.36218"
278 sodipodi:rx="12"
279 sodipodi:ry="12"
280 d="m 264,552.36218 a 12,12 0 1 1 -24,0 12,12 0 1 1 24,0 z"
281 transform="matrix(1.4999992,0,0,1.4999992,-29.999795,-238.54282)" />
282 <path
283 transform="matrix(1.25,0,0,1.25,33,-100.45273)"
284 d="m 264,552.36218 a 12,12 0 1 1 -24,0 12,12 0 1 1 24,0 z"
285 sodipodi:ry="12"
286 sodipodi:rx="12"
287 sodipodi:cy="552.36218"
288 sodipodi:cx="252"
289 id="path4400"
290 style="color:#000000;fill:#dd4814;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:4;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
291 sodipodi:type="arc" />
292 <path
293 sodipodi:type="star"
294 style="color:#000000;fill:#f5f5f5;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:3;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
295 id="path4459"
296 sodipodi:sides="5"
297 sodipodi:cx="666.19574"
298 sodipodi:cy="589.50385"
299 sodipodi:r1="7.2431178"
300 sodipodi:r2="4.3458705"
301 sodipodi:arg1="1.0471976"
302 sodipodi:arg2="1.6755161"
303 inkscape:flatsided="false"
304 inkscape:rounded="0.1"
305 inkscape:randomized="0"
306 d="m 669.8173,595.77657 c -0.39132,0.22593 -3.62645,-1.90343 -4.07583,-1.95066 -0.44938,-0.0472 -4.05653,1.36297 -4.39232,1.06062 -0.3358,-0.30235 0.68963,-4.03715 0.59569,-4.47913 -0.0939,-0.44198 -2.5498,-3.43681 -2.36602,-3.8496 0.18379,-0.41279 4.05267,-0.59166 4.44398,-0.81759 0.39132,-0.22593 2.48067,-3.48704 2.93005,-3.4398 0.44938,0.0472 1.81505,3.67147 2.15084,3.97382 0.3358,0.30236 4.08294,1.2817 4.17689,1.72369 0.0939,0.44198 -2.9309,2.86076 -3.11469,3.27355 -0.18379,0.41279 0.0427,4.27917 -0.34859,4.5051 z"
307 transform="matrix(1.511423,-0.16366377,0.16366377,1.511423,-755.37346,-191.93651)" />
308 </g>
309 </g>
310 </g>
311 </g>
312</svg>
0313
=== modified file 'metadata.yaml'
--- metadata.yaml 2012-05-22 22:16:31 +0000
+++ metadata.yaml 2014-09-09 02:05:15 +0000
@@ -23,3 +23,4 @@
23requires:23requires:
24 munin:24 munin:
25 interface: munin-node25 interface: munin-node
26categories: [applications]
2627
=== removed file 'revision'
--- revision 2012-05-22 22:16:57 +0000
+++ revision 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
123

Subscribers

People subscribed via source and target branches

to all changes: