1 # DO NOT EDIT - This file is being maintained by Chef
4 rrdcached_socket /var/run/rrdcached.sock
6 # Configure alert targets
7 contact.admins.command mail -s "Munin Notification" admins@openstreetmap.org
8 contact.null.command cat > /dev/null
10 # Send alerts to the admins by default
13 # Ignore uncontactable hosts for twelve hours
15 <% @clients.sort { |a,b| a[:hostname] <=> b[:hostname] }.each do |client| -%>
17 # Configure monitoring for <%= client[:fqdn] %>
18 [<%= client[:hostname] %>.openstreetmap]
19 <% if Time.now - Time.at(client[:ohai_time]) > @expiry_time -%>
22 <% if client[:networking][:roles][:external][:zone] == "ucl" -%>
23 address <%= client.internal_ipaddress || client.external_ipaddress %>
24 <% elsif client[:networking][:roles][:external][:zone] == "ic" -%>
25 address <%= client.internal_ipaddress || client.external_ipaddress %>
26 <% elsif client.external_ipaddress -%>
27 address <%= client.external_ipaddress %>
30 <% if client[:munin][:plugins] -%>
31 <% client[:munin][:plugins].keys.sort.each do |plugin| -%>
32 <% client[:munin][:plugins][plugin].keys.sort.each do |value| -%>
33 <% if client[:munin][:plugins][plugin][value].kind_of?(Hash) -%>
34 <% if client[:munin][:plugins][plugin][value][:graph] -%>
35 <%= plugin %>.<%= value %>.graph <%= client[:munin][:plugins][plugin][value][:graph] %>
37 <% if client[:munin][:plugins][plugin][value][:warning] -%>
38 <%= plugin %>.<%= value %>.warning <%= client[:munin][:plugins][plugin][value][:warning] %>
40 <% if client[:munin][:plugins][plugin][value][:critical] -%>
41 <%= plugin %>.<%= value %>.critical <%= client[:munin][:plugins][plugin][value][:critical] %>
44 <%= plugin %>.<%= value %> <%= client[:munin][:plugins][plugin][value] %>
49 <% if client[:munin][:graphs] -%>
50 <% client[:munin][:graphs].keys.sort.each do |graph| -%>
51 <% if client[:munin][:graphs][graph][:title] -%>
52 <%= graph %>.graph_title <%= client[:munin][:graphs][graph][:title] %>
54 <% if client[:munin][:graphs][graph][:vlabel] -%>
55 <%= graph %>.graph_vlabel <%= client[:munin][:graphs][graph][:vlabel] %>
57 <% if client[:munin][:graphs][graph][:category] -%>
58 <%= graph %>.graph_category <%= client[:munin][:graphs][graph][:category] %>
60 <% client[:munin][:graphs][graph][:values].keys.sort.each do |value| -%>
61 <% if client[:munin][:graphs][graph][:values][value][:sum] -%>
62 <%= graph %>.<%= value %>.sum <%= client[:munin][:graphs][graph][:values][value][:sum].join(" ") %>
64 <% if client[:munin][:graphs][graph][:values][value][:label] -%>
65 <%= graph %>.<%= value %>.label <%= client[:munin][:graphs][graph][:values][value][:label] %>
72 # Configure compound graphs for www.openstreetmap.org
75 apache_accesses.graph_title Apache accesses
76 apache_accesses.graph_vlabel accesses / ${graph_period}
77 apache_accesses.graph_category apache
78 apache_accesses.accesses80.sum <%= Chef::Munin.expand "%%.openstreetmap:apache_accesses.accesses80", @frontends %>
79 apache_accesses.accesses80.label port 80
80 apache_volume.graph_title Apache volume
81 apache_volume.graph_vlabel bytes per ${graph_period}
82 apache_volume.graph_category apache
83 apache_volume.volume80.sum <%= Chef::Munin.expand "%%.openstreetmap:apache_volume.volume80", @frontends %>
84 apache_volume.volume80.label port 80
85 if_eth0.graph_title eth0 traffic
86 if_eth0.graph_vlabel bits in (-) / out (+) per ${graph_period}
87 if_eth0.graph_category network
88 if_eth0.down.sum <%= Chef::Munin.expand "%%.openstreetmap:if_eth0.down", @frontends %>
89 if_eth0.down.label received
90 if_eth0.down.cdef down,8,*
91 if_eth0.up.sum <%= Chef::Munin.expand "%%.openstreetmap:if_eth0.up", @frontends %>
93 if_eth0.up.cdef up,8,*
94 if_eth1.graph_title eth1 traffic
95 if_eth1.graph_vlabel bits in (-) / out (+) per ${graph_period}
96 if_eth1.graph_category network
97 if_eth1.down.sum <%= Chef::Munin.expand "%%.openstreetmap:if_eth1.down", @frontends %>
98 if_eth1.down.label received
99 if_eth1.down.cdef down,8,*
100 if_eth1.up.sum <%= Chef::Munin.expand "%%.openstreetmap:if_eth1.up", @frontends %>
101 if_eth1.up.label sent
102 if_eth1.up.cdef up,8,*
103 api_calls_www.graph_title Active requests
104 api_calls_www.graph_vlabel Number of requests
105 api_calls_www.graph_category api
106 api_calls_www.web.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_%%.web", @frontends %>
107 api_calls_www.web.label Web site traffic
108 api_calls_www.upload.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_%%.upload", @frontends %>
109 api_calls_www.upload.label Changeset diff uploads
110 api_calls_www.other.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_%%.other", @frontends %>
111 api_calls_www.other.label Other API calls
112 api_calls_www.amf.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_%%.amf", @frontends %>
113 api_calls_www.amf.label AMF API calls
114 api_calls_www.history.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_%%.history", @frontends %>
115 api_calls_www.history.label Element history fetches
116 api_calls_www.full.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_%%.full", @frontends %>
117 api_calls_www.full.label Full element fetches
118 api_calls_www.map.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_%%.map", @frontends %>
119 api_calls_www.map.label Map API calls
120 api_calls_www.trkpts.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_%%.trkpts", @frontends %>
121 api_calls_www.trkpts.label GPX trackpoints calls
122 api_calls_num.graph_title Requests processed
123 api_calls_num.graph_vlabel Number of requests per minute
124 api_calls_num.graph_category api
125 api_calls_num.web.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_num.web", @frontends %>
126 api_calls_num.web.label Web site traffic
127 api_calls_num.upload.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_num.upload", @frontends %>
128 api_calls_num.upload.label Changeset diff uploads
129 api_calls_num.other.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_num.other", @frontends %>
130 api_calls_num.other.label Other API calls
131 api_calls_num.amf.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_num.amf", @frontends %>
132 api_calls_num.amf.label AMF API calls
133 api_calls_num.history.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_num.history", @frontends %>
134 api_calls_num.history.label Element history fetches
135 api_calls_num.full.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_num.full", @frontends %>
136 api_calls_num.full.label Full element fetches
137 api_calls_num.map.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_num.map", @frontends %>
138 api_calls_num.map.label Map API calls
139 api_calls_num.trkpts.sum <%= Chef::Munin.expand "%%.openstreetmap:api_calls_num.trkpts", @frontends %>
140 api_calls_num.trkpts.label GPX trackpoints calls
141 api_waits_www.graph_title Wait times for active requests
142 api_waits_www.graph_vlabel Average time of requests
143 api_waits_www.graph_category api
144 api_waits_www.web.sum <%= Chef::Munin.expand "%%.openstreetmap:api_waits_%%.web", @frontends %>
145 api_waits_www.web.label Web site traffic
146 api_waits_www.web.cdef web,2,/
147 api_waits_www.upload.sum <%= Chef::Munin.expand "%%.openstreetmap:api_waits_%%.upload", @frontends %>
148 api_waits_www.upload.label Changeset diff uploads
149 api_waits_www.upload.cdef upload,2,/
150 api_waits_www.other.sum <%= Chef::Munin.expand "%%.openstreetmap:api_waits_%%.other", @frontends %>
151 api_waits_www.other.label Other API calls
152 api_waits_www.other.cdef other,2,/
153 api_waits_www.amf.sum <%= Chef::Munin.expand "%%.openstreetmap:api_waits_%%.amf", @frontends %>
154 api_waits_www.amf.label AMF API calls
155 api_waits_www.amf.cdef amf,2,/
156 api_waits_www.history.sum <%= Chef::Munin.expand "%%.openstreetmap:api_waits_%%.history", @frontends %>
157 api_waits_www.history.label Element history fetches
158 api_waits_www.history.cdef history,2,/
159 api_waits_www.full.sum <%= Chef::Munin.expand "%%.openstreetmap:api_waits_%%.full", @frontends %>
160 api_waits_www.full.label Full element fetches
161 api_waits_www.full.cdef full,2,/
162 api_waits_www.map.sum <%= Chef::Munin.expand "%%.openstreetmap:api_waits_%%.map", @frontends %>
163 api_waits_www.map.label Map API calls
164 api_waits_www.map.cdef map,2,/
165 api_waits_www.trkpts.sum <%= Chef::Munin.expand "%%.openstreetmap:api_waits_%%.trkpts", @frontends %>
166 api_waits_www.trkpts.label GPX trackpoints calls
167 api_waits_www.trkpts.cdef trkpts,2,/
168 memcached_multi_bytes.graph_title Network Traffic
169 memcached_multi_bytes.graph_vlabel bits in (-) / out (+)
170 memcached_multi_bytes.graph_category memcached
171 memcached_multi_bytes.bytes_read.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_multi_bytes.bytes_read", @backends %>
172 memcached_multi_bytes.bytes_read.label Network Traffic coming in (-)
173 memcached_multi_bytes.bytes_read.cdef bytes_read,8,*
174 memcached_multi_bytes.bytes_written.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_multi_bytes.bytes_written", @backends %>
175 memcached_multi_bytes.bytes_written.label Traffic in (-) / out (+)
176 memcached_multi_bytes.bytes_written.cdef bytes_written,8,*
177 memcached_commands.graph_title Commands
178 memcached_commands.graph_vlabel Commands per ${graph_period}
179 memcached_commands.graph_category memcached
180 memcached_commands.cmd_get.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_commands.cmd_get", @backends %>
181 memcached_commands.cmd_get.label Gets
182 memcached_commands.cmd_set.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_commands.cmd_set", @backends %>
183 memcached_commands.cmd_set.label Sets
184 memcached_commands.get_hits.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_commands.get_hits", @backends %>
185 memcached_commands.get_hits.label Get Hits
186 memcached_commands.get_misses.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_commands.get_misses", @backends %>
187 memcached_commands.get_misses.label Get Misses
188 memcached_commands.delete_hits.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_commands.delete_hits", @backends %>
189 memcached_commands.delete_hits.label Delete Hits
190 memcached_commands.delete_misses.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_commands.delete_misses", @backends %>
191 memcached_commands.delete_misses.label Delete Misses
192 memcached_commands.incr_hits.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_commands.incr_hits", @backends %>
193 memcached_commands.incr_hits.label Increment Hits
194 memcached_commands.incr_misses.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_commands.incr_misses", @backends %>
195 memcached_commands.incr_misses.label Increment Misses
196 memcached_commands.decr_hits.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_commands.decr_hits", @backends %>
197 memcached_commands.decr_hits.label Decrement Hits
198 memcached_commands.decr_misses.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_commands.decr_misses", @backends %>
199 memcached_commands.decr_misses.label Decrement Misses
200 memcached_multi_conns.graph_title Connections
201 memcached_multi_conns.graph_vlabel Connections per ${graph_period}
202 memcached_multi_conns.graph_category memcached
203 memcached_multi_conns.curr_conns.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_multi_conns.curr_conns", @backends %>
204 memcached_multi_conns.curr_conns.label Current Connections
205 memcached_multi_conns.max_conns.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_multi_conns.max_conns", @backends %>
206 memcached_multi_conns.max_conns.label Max Connections
207 memcached_multi_conns.avg_conns.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_multi_conns.avg_conns", @backends %>
208 memcached_multi_conns.avg_conns.label Avg Connections
209 memcached_evictions.graph_title Evictions
210 memcached_evictions.graph_vlabel Evictions per ${graph_period}
211 memcached_evictions.graph_category memcached
212 memcached_evictions.evictions.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_evictions.evictions", @backends %>
213 memcached_evictions.evictions.label Evictions
214 memcached_evictions.evicted_nonzero.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_evictions.evicted_nonzero", @backends %>
215 memcached_evictions.evicted_nonzero.label Evictions prior to Expire
216 memcached_evictions.reclaimed.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_evictions.reclaimed", @backends %>
217 memcached_evictions.reclaimed.label Reclaimed Items
218 memcached_items.graph_title Items
219 memcached_items.graph_vlabel Items in Memcached
220 memcached_items.graph_category memcached
221 memcached_items.curr_items.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_items.curr_items", @backends %>
222 memcached_items.curr_items.label Current Items
223 memcached_items.total_items.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_items.total_items", @backends %>
224 memcached_items.total_items.label New Items
225 memcached_memory.graph_title Memory Usage
226 memcached_memory.graph_vlabel Bytes Used
227 memcached_memory.graph_category memcached
228 memcached_memory.limit_maxbytes.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_memory.limit_maxbytes", @backends %>
229 memcached_memory.limit_maxbytes.label Maximum Bytes Allocated
230 memcached_memory.bytes.sum <%= Chef::Munin.expand "%%.openstreetmap:memcached_memory.bytes", @backends %>
231 memcached_memory.bytes.label Current Bytes Used
233 # Configure compound graphs for tile.openstreetmap.org
236 network_in.graph_title Inbound network traffic
237 network_in.graph_vlabel bits in per ${graph_period}
238 network_in.graph_category network
239 network_in.graph_order <%= Chef::Munin.expand "%%name%%=%%name%%.openstreetmap:if_%%interface%%.down", @tilecaches %>
240 network_in.graph_total total
241 <% @tilecaches.each do |tc| -%>
242 network_in.<%= tc[:name] %>.label <%= tc[:name] %>
243 network_in.<%= tc[:name] %>.cdef <%= tc[:name] %>,8,*
244 network_in.<%= tc[:name] %>.draw AREASTACK
246 network_out.graph_title Outbound network traffic
247 network_out.graph_vlabel bits out per ${graph_period}
248 network_out.graph_category network
249 network_out.graph_order <%= Chef::Munin.expand "%%name%%=%%name%%.openstreetmap:if_%%interface%%.up", @tilecaches %>
250 network_out.graph_total total
251 <% @tilecaches.each do |tc| -%>
252 network_out.<%= tc[:name] %>.label <%= tc[:name] %>
253 network_out.<%= tc[:name] %>.cdef <%= tc[:name] %>,8,*
254 network_out.<%= tc[:name] %>.draw AREASTACK
256 squid_delay_pools.graph_title IPs being delayed
257 squid_delay_pools.graph_args --base 1000 -l 0
258 squid_delay_pools.graph_vlabel IPs
259 squid_delay_pools.graph_order squid_delay1
260 squid_delay_pools.graph_category squid
261 squid_delay_pools.squid_delay1.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:squid_delay_pools.squid_delay1", @tilecaches %>
262 squid_delay_pools.squid_delay1.label IPs
263 squid_delay_pools.squid_delay1.min 0
264 squid_delay_pools.squid_delay1.draw AREA
265 squid_requests.graph_title Squid client requests
266 squid_requests.graph_args --base 1000 -l 0
267 squid_requests.graph_vlabel requests / ${graph_period}
268 squid_requests.graph_order hits errors requests
269 squid_requests.graph_total total
270 squid_requests.graph_category squid
271 squid_requests.hits.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:squid_requests.hits", @tilecaches %>
272 squid_requests.hits.label hits
273 squid_requests.hits.draw AREA
274 squid_requests.errors.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:squid_requests.errors", @tilecaches %>
275 squid_requests.errors.label errors
276 squid_requests.errors.draw STACK
277 squid_requests.requests.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:squid_requests.requests", @tilecaches %>
278 squid_requests.requests.label misses
279 squid_requests.requests.draw STACK
280 squid_traffic.graph_title Squid traffic status
281 squid_traffic.graph_args --base 1000
282 squid_traffic.graph_vlabel bits per ${graph_period}
283 squid_traffic.graph_order kbytes_in kbytes_out hit_kbytes_out
284 squid_traffic.graph_category squid
285 squid_traffic.kbytes_in.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:squid_traffic.kbytes_in", @tilecaches %>
286 squid_traffic.kbytes_in.label received
287 squid_traffic.kbytes_in.cdef kbytes_in,8096,*
288 squid_traffic.kbytes_out.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:squid_traffic.kbytes_out", @tilecaches %>
289 squid_traffic.kbytes_out.label sent
290 squid_traffic.kbytes_out.cdef kbytes_out,8096,*
291 squid_traffic.hit_kbytes_out.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:squid_traffic.hit_kbytes_out", @tilecaches %>
292 squid_traffic.hit_kbytes_out.label from cache
293 squid_traffic.hit_kbytes_out.cdef hit_kbytes_out,8096,*
294 squid_times_http.graph_title Squid Http Service Times
295 squid_times_http.graph_category squid
296 squid_times_http.graph_args --lower-limit 0
297 squid_times_http.graph_vlabel median reponse times (s)
298 squid_times_http.graph_order <%= Chef::Munin.expand "%%name%%=%%name%%.openstreetmap:squid_times.mean_http", @tilecaches %>
299 <% @tilecaches.each do |tc| -%>
300 squid_times_http.<%= tc[:name] %>.label <%= tc[:name] %>
302 squid_times_cmis.graph_title Squid Cache Miss Service Times
303 squid_times_cmis.graph_category squid
304 squid_times_cmis.graph_args --lower-limit 0
305 squid_times_cmis.graph_vlabel median reponse times (s)
306 squid_times_cmis.graph_order <%= Chef::Munin.expand "%%name%%=%%name%%.openstreetmap:squid_times.mean_cmis", @tilecaches %>
307 <% @tilecaches.each do |tc| -%>
308 squid_times_cmis.<%= tc[:name] %>.label <%= tc[:name] %>
310 squid_times_chits.graph_title Squid Cache Hit Service Times
311 squid_times_chits.graph_category squid
312 squid_times_chits.graph_args --lower-limit 0
313 squid_times_chits.graph_vlabel median reponse times (s)
314 squid_times_chits.graph_order <%= Chef::Munin.expand "%%name%%=%%name%%.openstreetmap:squid_times.mean_chits", @tilecaches %>
315 <% @tilecaches.each do |tc| -%>
316 squid_times_chits.<%= tc[:name] %>.label <%= tc[:name] %>
318 squid_times_nhits.graph_title Squid Cache Near Hit Service Times
319 squid_times_nhits.graph_category squid
320 squid_times_nhits.graph_args --lower-limit 0
321 squid_times_nhits.graph_vlabel median reponse times (s)
322 squid_times_nhits.graph_order <%= Chef::Munin.expand "%%name%%=%%name%%.openstreetmap:squid_times.mean_nhits", @tilecaches %>
323 <% @tilecaches.each do |tc| -%>
324 squid_times_nhits.<%= tc[:name] %>.label <%= tc[:name] %>
326 squid_times_nmr.graph_title Squid Cache Not Modified Service Times
327 squid_times_nmr.graph_category squid
328 squid_times_nmr.graph_args --lower-limit 0
329 squid_times_nmr.graph_vlabel median reponse times (s)
330 squid_times_nmr.graph_order <%= Chef::Munin.expand "%%name%%=%%name%%.openstreetmap:squid_times.mean_nmr", @tilecaches %>
331 <% @tilecaches.each do |tc| -%>
332 squid_times_nmr.<%= tc[:name] %>.label <%= tc[:name] %>
334 squid_times_dnsl.graph_title Squid Cache DNS Lookup Service Times
335 squid_times_dnsl.graph_category squid
336 squid_times_dnsl.graph_args --lower-limit 0
337 squid_times_dnsl.graph_vlabel median reponse times (s)
338 squid_times_dnsl.graph_order <%= Chef::Munin.expand "%%name%%=%%name%%.openstreetmap:squid_times.mean_dnsl", @tilecaches %>
339 <% @tilecaches.each do |tc| -%>
340 squid_times_dnsl.<%= tc[:name] %>.label <%= tc[:name] %>
343 # Configure compound graphs for render.openstreetmap.org
344 [render.openstreetmap]
346 apache_accesses.graph_title Apache accesses
347 apache_accesses.graph_vlabel accesses / ${graph_period}
348 apache_accesses.graph_category apache
349 apache_accesses.graph_order <%= Chef::Munin.expand "%%name%%=%%name%%.openstreetmap:apache_accesses.accesses80", @renderers %>
350 apache_accesses.graph_total total
351 <% @renderers.each do |rs| -%>
352 apache_accesses.<%= rs[:name] %>.label <%= rs[:name] %>
353 apache_accesses.<%= rs[:name] %>.draw AREASTACK
355 apache_volume.graph_title Apache volume
356 apache_volume.graph_vlabel bytes per ${graph_period}
357 apache_volume.graph_category apache
358 apache_volume.graph_order <%= Chef::Munin.expand "%%name%%=%%name%%.openstreetmap:apache_volume.volume80", @renderers %>
359 apache_volume.graph_total total
360 <% @renderers.each do |rs| -%>
361 apache_volume.<%= rs[:name] %>.label <%= rs[:name] %>
362 apache_volume.<%= rs[:name] %>.draw AREASTACK
364 network_in.graph_title Inbound network traffic
365 network_in.graph_vlabel bits in per ${graph_period}
366 network_in.graph_category network
367 network_in.graph_order <%= Chef::Munin.expand "%%name%%=%%name%%.openstreetmap:if_%%interface%%.down", @renderers %>
368 network_in.graph_total total
369 <% @renderers.each do |rs| -%>
370 network_in.<%= rs[:name] %>.label <%= rs[:name] %>
371 network_in.<%= rs[:name] %>.cdef <%= rs[:name] %>,8,*
372 network_in.<%= rs[:name] %>.draw AREASTACK
374 network_out.graph_title Outbound network traffic
375 network_out.graph_vlabel bits out per ${graph_period}
376 network_out.graph_category network
377 network_out.graph_order <%= Chef::Munin.expand "%%name%%=%%name%%.openstreetmap:if_%%interface%%.up", @renderers %>
378 network_out.graph_total total
379 <% @renderers.each do |rs| -%>
380 network_out.<%= rs[:name] %>.label <%= rs[:name] %>
381 network_out.<%= rs[:name] %>.cdef <%= rs[:name] %>,8,*
382 network_out.<%= rs[:name] %>.draw AREASTACK
384 mod_tile_fresh.graph_title freshness of served tiles
385 mod_tile_fresh.graph_args --base 1000 -l 0
386 mod_tile_fresh.graph_vlabel tiles per ${graph_period}
387 mod_tile_fresh.graph_order fresh freshrender old oldrender outdated outdatedrender
388 mod_tile_fresh.graph_category mod_tile
389 mod_tile_fresh.fresh.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_fresh.fresh", @renderers %>
390 mod_tile_fresh.fresh.label Fresh from disk
391 mod_tile_fresh.fresh.draw AREA
392 mod_tile_fresh.freshrender.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_fresh.freshrender", @renderers %>
393 mod_tile_fresh.freshrender.label Freshly rendered
394 mod_tile_fresh.freshrender.draw STACK
395 mod_tile_fresh.old.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_fresh.old", @renderers %>
396 mod_tile_fresh.old.label Old from disk
397 mod_tile_fresh.old.draw STACK
398 mod_tile_fresh.oldrender.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_fresh.oldrender", @renderers %>
399 mod_tile_fresh.oldrender.label Old tile, attempted render
400 mod_tile_fresh.oldrender.draw STACK
401 mod_tile_fresh.outdated.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_fresh.outdated", @renderers %>
402 mod_tile_fresh.outdated.label Outdated from disk
403 mod_tile_fresh.outdated.draw STACK
404 mod_tile_fresh.outdatedrender.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_fresh.outdatedrender", @renderers %>
405 mod_tile_fresh.outdatedrender.label Outdated tile, attempted render
406 mod_tile_fresh.outdatedrender.draw STACK
407 mod_tile_response.graph_title mod_tile HTTP response codes
408 mod_tile_response.graph_args --base 1000 -l 0
409 mod_tile_response.graph_vlabel responses per ${graph_period}
410 mod_tile_response.graph_order response200 response304 response404 response500
411 mod_tile_response.graph_category mod_tile
412 mod_tile_response.response200.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_response.response200", @renderers %>
413 mod_tile_response.response200.label 200 OK
414 mod_tile_response.response200.draw AREA
415 mod_tile_response.response304.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_response.response304", @renderers %>
416 mod_tile_response.response304.label 304 Not Modified
417 mod_tile_response.response304.draw STACK
418 mod_tile_response.response404.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_response.response404", @renderers %>
419 mod_tile_response.response404.label 404 Not Found
420 mod_tile_response.response404.draw STACK
421 mod_tile_response.response500.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_response.response500", @renderers %>
422 mod_tile_response.response500.label 500 Internal Error
423 mod_tile_response.response500.draw STACK
424 mod_tile_zoom.graph_title mod_tile responses by zoom layer
425 mod_tile_zoom.graph_args --base 1000 -l 0
426 mod_tile_zoom.graph_vlabel responses per ${graph_period}
427 mod_tile_zoom.graph_order z1 z2 z3 z4 z5 z6
428 mod_tile_zoom.graph_category mod_tile
429 mod_tile_zoom.z1.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_zoom.z1", @renderers %>
430 mod_tile_zoom.z1.label z1-8
431 mod_tile_zoom.z1.draw AREA
432 mod_tile_zoom.z2.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_zoom.z2", @renderers %>
433 mod_tile_zoom.z2.label z9-12
434 mod_tile_zoom.z2.draw STACK
435 mod_tile_zoom.z3.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_zoom.z3", @renderers %>
436 mod_tile_zoom.z3.label z13-14
437 mod_tile_zoom.z3.draw STACK
438 mod_tile_zoom.z4.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_zoom.z4", @renderers %>
439 mod_tile_zoom.z4.label z15-16
440 mod_tile_zoom.z4.draw STACK
441 mod_tile_zoom.z5.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_zoom.z5", @renderers %>
442 mod_tile_zoom.z5.label z17-18
443 mod_tile_zoom.z5.draw STACK
444 mod_tile_zoom.z6.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:mod_tile_zoom.z6", @renderers %>
445 mod_tile_zoom.z6.label z19-20
446 mod_tile_zoom.z6.draw STACK
447 renderd_queue.graph_title Renderd queue length
448 renderd_queue.graph_args --base 1000 -l 0
449 renderd_queue.graph_vlabel metatiles
450 renderd_queue.graph_order reqPrio req reqLow dirty reqBulk
451 renderd_queue.graph_category renderd
452 renderd_queue.reqPrio.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_queue.reqPrio", @renderers %>
453 renderd_queue.reqPrio.label Priority request Queue
454 renderd_queue.reqPrio.type GAUGE
455 renderd_queue.req.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_queue.req", @renderers %>
456 renderd_queue.req.label Request Queue
457 renderd_queue.req.type GAUGE
458 renderd_queue.reqLow.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_queue.reqLow", @renderers %>
459 renderd_queue.reqLow.label Low priority request Queue
460 renderd_queue.reqLow.type GAUGE
461 renderd_queue.dirty.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_queue.dirty", @renderers %>
462 renderd_queue.dirty.label Dirty Queue
463 renderd_queue.dirty.type GAUGE
464 renderd_queue.reqBulk.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_queue.reqBulk", @renderers %>
465 renderd_queue.reqBulk.label Bulk request Queue
466 renderd_queue.reqBulk.type GAUGE
467 renderd_processed.graph_title Renderd throughput
468 renderd_processed.graph_args --base 1000 -l 0
469 renderd_processed.graph_vlabel Metatiles per ${graph_period}
470 renderd_processed.graph_order req reqLow reqPrio dirty reqBulk dropped
471 renderd_processed.graph_category renderd
472 renderd_processed.graph_info Displays the number of metatiles being rendered by renderd per ${graph_period}
473 renderd_processed.req.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_processed.req", @renderers %>
474 renderd_processed.req.label Request Queue
475 renderd_processed.req.draw AREA
476 renderd_processed.req.info Throughput of Metatiles submitted for on the fly rendering
477 renderd_processed.reqLow.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_processed.reqLow", @renderers %>
478 renderd_processed.reqLow.label Low priority request Queue
479 renderd_processed.reqLow.draw STACK
480 renderd_processed.reqLow.info Throughput of Metatiles submitted low priority for on the fly rendering
481 renderd_processed.reqPrio.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_processed.reqPrio", @renderers %>
482 renderd_processed.reqPrio.label Priority request Queue
483 renderd_processed.reqPrio.draw STACK
484 renderd_processed.reqPrio.info Throughput of Metatiles submitted high priority for on the fly rendering
485 renderd_processed.dirty.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_processed.dirty", @renderers %>
486 renderd_processed.dirty.label Dirty Queue
487 renderd_processed.dirty.draw STACK
488 renderd_processed.dirty.info Throughput of dirty Metatiles submitted for re-render
489 renderd_processed.reqBulk.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_processed.reqBulk", @renderers %>
490 renderd_processed.reqBulk.label Bulk request Queue
491 renderd_processed.reqBulk.draw STACK
492 renderd_processed.reqBulk.info Throughput of Metatiles submitted with background priority
493 renderd_processed.dropped.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_processed.dropped", @renderers %>
494 renderd_processed.dropped.label Dropped (x20)
495 renderd_processed.dropped.draw LINE2
496 renderd_processed.dropped.info Number of Tiles dropped due to queue overload (x20)
497 renderd_processed.dropped.cdef dropped,20,/
498 renderd_zoom.graph_title Renderd throughput by zoom
499 renderd_zoom.graph_args --base 1000 -l 0
500 renderd_zoom.graph_vlabel Metatiles per ${graph_period}
501 renderd_zoom.graph_order z1 z2 z3 z4 z5 z6
502 renderd_zoom.graph_category renderd
503 renderd_zoom.graph_info Displays the number of metatiles being rendered by renderd per ${graph_period}
504 renderd_zoom.z1.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_zoom.z1", @renderers %>
505 renderd_zoom.z1.label zoom z0 - z8
506 renderd_zoom.z1.draw AREA
507 renderd_zoom.z1.info Throughput of Metatiles for z0 - z8
508 renderd_zoom.z2.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_zoom.z2", @renderers %>
509 renderd_zoom.z2.label zoom z9 - z12
510 renderd_zoom.z2.draw STACK
511 renderd_zoom.z2.info Throughput of Metatiles for z9 - z12
512 renderd_zoom.z3.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_zoom.z3", @renderers %>
513 renderd_zoom.z3.label zoom z13 - z14
514 renderd_zoom.z3.draw STACK
515 renderd_zoom.z3.info Throughput of Metatiles for z13 - z14
516 renderd_zoom.z4.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_zoom.z4", @renderers %>
517 renderd_zoom.z4.label zoom z15 - z16
518 renderd_zoom.z4.draw STACK
519 renderd_zoom.z4.info Throughput of Metatiles for z15 - z16
520 renderd_zoom.z5.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_zoom.z5", @renderers %>
521 renderd_zoom.z5.label zoom z17 - z18
522 renderd_zoom.z5.draw STACK
523 renderd_zoom.z5.info Throughput of Metatiles for z17 - z18
524 renderd_zoom.z6.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_zoom.z6", @renderers %>
525 renderd_zoom.z6.label zoom z19 - z20
526 renderd_zoom.z6.draw STACK
527 renderd_zoom.z6.info Throughput of Metatiles for z19 - z20
528 renderd_queue_time.graph_title Renderd time spent by queue
529 renderd_queue_time.graph_args --base 1000 -l 0
530 renderd_queue_time.graph_vlabel metatiles
531 renderd_queue_time.graph_order reqPrio req reqLow dirty reqBulk
532 renderd_queue_time.graph_category renderd
533 renderd_queue_time.reqPrio.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_queue_time.reqPrio", @renderers %>
534 renderd_queue_time.reqPrio.label Priority request queue
535 renderd_queue_time.reqPrio.cdef reqPrio,1000,/
536 renderd_queue_time.reqPrio.draw AREA
537 renderd_queue_time.reqPrio.info Time for priority request queue
538 renderd_queue_time.req.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_queue_time.req", @renderers %>
539 renderd_queue_time.req.label Request queue
540 renderd_queue_time.req.cdef req,1000,/
541 renderd_queue_time.req.draw STACK
542 renderd_queue_time.req.info Time for Request queue
543 renderd_queue_time.reqLow.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_queue_time.reqLow", @renderers %>
544 renderd_queue_time.reqLow.label Low priority request queue
545 renderd_queue_time.reqLow.cdef reqLow,1000,/
546 renderd_queue_time.reqLow.draw STACK
547 renderd_queue_time.reqLow.info Time for low priority request queue
548 renderd_queue_time.dirty.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_queue_time.dirty", @renderers %>
549 renderd_queue_time.dirty.label Dirty queue
550 renderd_queue_time.dirty.cdef dirty,1000,/
551 renderd_queue_time.dirty.draw STACK
552 renderd_queue_time.dirty.info Time for dirty queue
553 renderd_queue_time.reqBulk.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_queue_time.reqBulk", @renderers %>
554 renderd_queue_time.reqBulk.label Bulk queue
555 renderd_queue_time.reqBulk.cdef reqBulk,1000,/
556 renderd_queue_time.reqBulk.draw STACK
557 renderd_queue_time.reqBulk.info Time for bulk queue
558 renderd_zoom_time.graph_title Renderd time spent by zoom
559 renderd_zoom_time.graph_args --base 1000 -l 0
560 renderd_zoom_time.graph_vlabel time spent per ${graph_period}
561 renderd_zoom_time.graph_order zoomtime1 zoomtime2 zoomtime3 zoomtime4 zoomtime5 zoomtime6
562 renderd_zoom_time.graph_category renderd
563 renderd_zoom_time.graph_info Displays the amount of time renderd has spent rendering tiles of a given zoom per ${graph_period}
564 renderd_zoom_time.zoomtime1.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_zoom_time.zoomtime1", @renderers %>
565 renderd_zoom_time.zoomtime1.label zoom z0 - z8
566 renderd_zoom_time.zoomtime1.cdef zoomtime1,1000,/
567 renderd_zoom_time.zoomtime1.draw AREA
568 renderd_zoom_time.zoomtime1.info Time for Metatiles z0 - z8
569 renderd_zoom_time.zoomtime2.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_zoom_time.zoomtime2", @renderers %>
570 renderd_zoom_time.zoomtime2.label zoom z9 - z12
571 renderd_zoom_time.zoomtime2.cdef zoomtime2,1000,/
572 renderd_zoom_time.zoomtime2.draw STACK
573 renderd_zoom_time.zoomtime2.info Time for Metatiles for z9 - z12
574 renderd_zoom_time.zoomtime3.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_zoom_time.zoomtime3", @renderers %>
575 renderd_zoom_time.zoomtime3.label zoom z13 - z14
576 renderd_zoom_time.zoomtime3.cdef zoomtime3,1000,/
577 renderd_zoom_time.zoomtime3.draw STACK
578 renderd_zoom_time.zoomtime3.info Time for Metatiles for z13 - z14
579 renderd_zoom_time.zoomtime4.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_zoom_time.zoomtime4", @renderers %>
580 renderd_zoom_time.zoomtime4.label zoom z15 - z16
581 renderd_zoom_time.zoomtime4.cdef zoomtime4,1000,/
582 renderd_zoom_time.zoomtime4.draw STACK
583 renderd_zoom_time.zoomtime4.info Time for Metatiles for z15 - z16
584 renderd_zoom_time.zoomtime5.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_zoom_time.zoomtime5", @renderers %>
585 renderd_zoom_time.zoomtime5.label zoom z17 - z18
586 renderd_zoom_time.zoomtime5.cdef zoomtime5,1000,/
587 renderd_zoom_time.zoomtime5.draw STACK
588 renderd_zoom_time.zoomtime5.info Time for Metatiles for z17 - z18
589 renderd_zoom_time.zoomtime6.sum <%= Chef::Munin.expand "%%name%%.openstreetmap:renderd_zoom_time.zoomtime6", @renderers %>
590 renderd_zoom_time.zoomtime6.label zoom z19 - z20
591 renderd_zoom_time.zoomtime6.cdef zoomtime6,1000,/
592 renderd_zoom_time.zoomtime6.draw STACK
593 renderd_zoom_time.zoomtime6.info Time for Metatiles for z19 - z20