]> git.openstreetmap.org Git - chef.git/blob - cookbooks/munin/templates/default/munin.conf.erb
Make munin work for internal network machines in Dublin
[chef.git] / cookbooks / munin / templates / default / munin.conf.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 # Set maximum number of update processes to run at once
4 max_processes 64
5
6 # Maximum number of graphs to generate at once
7 max_graph_jobs 24
8 max_cgi_graph_jobs 24
9
10 # Render pages and graphs on demand
11 html_strategy cgi
12 graph_strategy cgi
13
14 # Use rrdcached
15 rrdcached_socket /var/run/rrdcached.sock
16
17 # Ignore uncontactable hosts for twelve hours
18 unknown_limit 144
19 <% @clients.sort { |a,b| a.name <=> b.name }.each do |client| -%>
20
21 # Configure monitoring for <%= client.name %>
22 [<%= client.name %>]
23 <% if Time.now - Time.at(client[:ohai_time]) > @expiry_time -%>
24     update no
25 <% end -%>
26 <% if client[:networking][:roles][:external][:zone] == "ucl" -%>
27     address <%= client.internal_ipaddress || client.external_ipaddress %>
28 <% elsif client[:networking][:roles][:external][:zone] == "ams" -%>
29     address <%= client.internal_ipaddress || client.external_ipaddress %>
30 <% elsif client[:networking][:roles][:external][:zone] == "dub" -%>
31     address <%= client.internal_ipaddress || client.external_ipaddress %>
32 <% elsif client[:networking][:roles][:external][:zone] == "bm" -%>
33     address <%= client.internal_ipaddress || client.external_ipaddress %>
34 <% elsif client.external_ipaddress -%>
35     address <%= client.external_ipaddress %>
36 <% end -%>
37     use_node_name yes
38 <% if client[:munin][:plugins] -%>
39 <% client[:munin][:plugins].keys.sort.each do |plugin| -%>
40 <% client[:munin][:plugins][plugin].keys.sort.each do |value| -%>
41 <% if client[:munin][:plugins][plugin][value].kind_of?(Hash) -%>
42 <% if client[:munin][:plugins][plugin][value][:graph] -%>
43     <%= plugin %>.<%= value %>.graph <%= client[:munin][:plugins][plugin][value][:graph] %>
44 <% end -%>
45 <% if client[:munin][:plugins][plugin][value][:draw] -%>
46     <%= plugin %>.<%= value %>.draw <%= client[:munin][:plugins][plugin][value][:draw] %>
47 <% end -%>
48 <% if client[:munin][:plugins][plugin][value][:label] -%>
49     <%= plugin %>.<%= value %>.label <%= client[:munin][:plugins][plugin][value][:label] %>
50 <% end -%>
51 <% if client[:munin][:plugins][plugin][value][:warning] -%>
52     <%= plugin %>.<%= value %>.warning <%= client[:munin][:plugins][plugin][value][:warning] %>
53 <% end -%>
54 <% if client[:munin][:plugins][plugin][value][:critical] -%>
55     <%= plugin %>.<%= value %>.critical <%= client[:munin][:plugins][plugin][value][:critical] %>
56 <% end -%>
57 <% else -%>
58     <%= plugin %>.<%= value %> <%= client[:munin][:plugins][plugin][value] %>
59 <% end -%>
60 <% end -%>
61 <% end -%>
62 <% end -%>
63 <% if client[:munin][:graphs] -%>
64 <% client[:munin][:graphs].keys.sort.each do |graph| -%>
65 <% if client[:munin][:graphs][graph][:title] -%>
66     <%= graph %>.graph_title <%= client[:munin][:graphs][graph][:title] %>
67 <% end -%>
68 <% if client[:munin][:graphs][graph][:vlabel] -%>
69     <%= graph %>.graph_vlabel <%= client[:munin][:graphs][graph][:vlabel] %>
70 <% end -%>
71 <% if client[:munin][:graphs][graph][:category] -%>
72     <%= graph %>.graph_category <%= client[:munin][:graphs][graph][:category] %>
73 <% end -%>
74 <% client[:munin][:graphs][graph][:values].keys.sort.each do |value| -%>
75 <% if client[:munin][:graphs][graph][:values][value][:sum] -%>
76     <%= graph %>.<%= value %>.sum <%= client[:munin][:graphs][graph][:values][value][:sum].join(" ") %>
77 <% end -%>
78 <% if client[:munin][:graphs][graph][:values][value][:label] -%>
79     <%= graph %>.<%= value %>.label <%= client[:munin][:graphs][graph][:values][value][:label] %>
80 <% end -%>
81 <% end -%>
82 <% end -%>
83 <% end -%>
84 <% end -%>
85
86 # Configure monitoring for switch1.openstreetmap.org
87 [openstreetmap.org;switch1.openstreetmap.org]
88     address 10.0.48.10
89     use_node_name no
90
91 # Configure monitoring for pdu1.ams.openstreetmap.org
92 [openstreetmap.org;pdu1.ams.openstreetmap.org]
93     address 10.0.48.10
94     use_node_name no
95
96 # Configure monitoring for pdu1.ams.openstreetmap.org
97 [openstreetmap.org;pdu2.ams.openstreetmap.org]
98     address 10.0.48.10
99     use_node_name no
100
101 # Configure compound graphs for ams.openstreetmap.org
102 [ams.openstreetmap.org]
103     update no
104     apcpdu_current.graph_title Load
105     apcpdu_current.graph_args --lower-limit 0
106     apcpdu_current.graph_vlabel Amps
107     apcpdu_current.graph_category power
108     apcpdu_current.graph_order pdu1=pdu1.ams.openstreetmap.org:snmp_pdu1_ams_openstreetmap_org_apcpdu_current.current pdu2=pdu2.ams.openstreetmap.org:snmp_pdu2_ams_openstreetmap_org_apcpdu_current.current
109     apcpdu_current.graph_total total
110     apcpdu_current.pdu1.label PDU A
111     apcpdu_current.pdu1.draw AREASTACK
112     apcpdu_current.pdu1.min 0
113     apcpdu_current.pdu2.label PDU B
114     apcpdu_current.pdu2.draw AREASTACK
115     apcpdu_current.pdu2.min 0
116     apcpdu_power.graph_title Power
117     apcpdu_power.graph_args --base 1000 --lower-limit 0
118     apcpdu_power.graph_vlabel Watts
119     apcpdu_power.graph_category power
120     apcpdu_power.graph_order pdu1=pdu1.ams.openstreetmap.org:snmp_pdu1_ams_openstreetmap_org_apcpdu_power.power pdu2=pdu2.ams.openstreetmap.org:snmp_pdu2_ams_openstreetmap_org_apcpdu_power.power
121     apcpdu_power.graph_total total
122     apcpdu_power.pdu1.label PDU A
123     apcpdu_power.pdu1.draw AREASTACK
124     apcpdu_power.pdu1.min 0
125     apcpdu_power.pdu2.label PDU B
126     apcpdu_power.pdu2.draw AREASTACK
127     apcpdu_power.pdu2.min 0
128     apcpdu_temperature.graph_title Temperature
129     apcpdu_temperature.graph_args --lower-limit 0
130     apcpdu_temperature.graph_vlabel Degrees Celsius
131     apcpdu_temperature.graph_category sensors
132     apcpdu_temperature.graph_order temperature=pdu1.ams.openstreetmap.org:snmp_pdu1_ams_openstreetmap_org_apcpdu_temperature.temperature
133     apcpdu_temperature.temperature.label Temperature
134     apcpdu_temperature.temperature.draw LINE2
135     apcpdu_temperature.temperature.min 0
136     apcpdu_humidity.graph_title Humidity
137     apcpdu_humidity.graph_args --lower-limit 0
138     apcpdu_humidity.graph_vlabel %
139     apcpdu_humidity.graph_category sensors
140     apcpdu_humidity.graph_order humidity=pdu1.ams.openstreetmap.org:snmp_pdu1_ams_openstreetmap_org_apcpdu_humidity.humidity
141     apcpdu_humidity.humidity.label Humidity
142     apcpdu_humidity.humidity.draw LINE2
143     apcpdu_humidity.humidity.min 0
144 <% unless @frontends.empty? -%>
145
146 # Configure compound graphs for www.openstreetmap.org
147 [www.openstreetmap.org]
148     update no
149     apache_accesses.graph_title Apache accesses
150     apache_accesses.graph_vlabel accesses / ${graph_period}
151     apache_accesses.graph_category apache
152     apache_accesses.graph_args --lower-limit 0
153     apache_accesses.accesses80.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:apache_accesses.accesses80", @frontends %>
154     apache_accesses.accesses80.label port 80
155     apache_accesses.accesses80.min 0
156     apache_volume.graph_title Apache volume
157     apache_volume.graph_vlabel bytes per ${graph_period}
158     apache_volume.graph_category apache
159     apache_volume.graph_args --lower-limit 0
160     apache_volume.volume80.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:apache_volume.volume80", @frontends %>
161     apache_volume.volume80.label port 80
162     apache_volume.volume80.min 0
163     network_in.graph_title Inbound network traffic
164     network_in.graph_vlabel bits in per ${graph_period}
165     network_in.graph_category network
166     network_in.graph_order <%= Chef::Munin.expand "%%%name%%%=%%name%%.openstreetmap.org:if_%%interface%%.down", @frontends %>
167     network_in.graph_total total
168     network_in.graph_args --lower-limit 0
169 <% @frontends.each do |fe| -%>
170     network_in.<%= fe[:name].tr("-", "_") %>.label <%= fe[:name] %>
171     network_in.<%= fe[:name].tr("-", "_") %>.cdef <%= fe[:name].tr("-", "_") %>,8,*
172     network_in.<%= fe[:name].tr("-", "_") %>.draw AREASTACK
173     network_in.<%= fe[:name].tr("-", "_") %>.min 0
174 <% end -%>
175     network_out.graph_title Outbound network traffic
176     network_out.graph_vlabel bits out per ${graph_period}
177     network_out.graph_category network
178     network_out.graph_order <%= Chef::Munin.expand "%%%name%%%=%%name%%.openstreetmap.org:if_%%interface%%.up", @frontends %>
179     network_out.graph_total total
180     network_out.graph_args --lower-limit 0
181 <% @frontends.each do |fe| -%>
182     network_out.<%= fe[:name].tr("-", "_") %>.label <%= fe[:name] %>
183     network_out.<%= fe[:name].tr("-", "_") %>.cdef <%= fe[:name].tr("-", "_") %>,8,*
184     network_out.<%= fe[:name].tr("-", "_") %>.draw AREASTACK
185     network_out.<%= fe[:name].tr("-", "_") %>.min 0
186 <% end -%>
187     api_calls_www.graph_title Active requests
188     api_calls_www.graph_vlabel Number of requests
189     api_calls_www.graph_category api
190     api_calls_www.graph_order map upload amf history full trkpts web other
191     api_calls_www.web.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_%%%name%%%.web", @frontends %>
192     api_calls_www.web.label Web site traffic
193     api_calls_www.upload.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_%%%name%%%.upload", @frontends %>
194     api_calls_www.upload.label Changeset diff uploads
195     api_calls_www.other.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_%%%name%%%.other", @frontends %>
196     api_calls_www.other.label Other API calls
197     api_calls_www.amf.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_%%%name%%%.amf", @frontends %>
198     api_calls_www.amf.label AMF API calls
199     api_calls_www.history.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_%%%name%%%.history", @frontends %>
200     api_calls_www.history.label Element history fetches
201     api_calls_www.full.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_%%%name%%%.full", @frontends %>
202     api_calls_www.full.label Full element fetches
203     api_calls_www.map.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_%%%name%%%.map", @frontends %>
204     api_calls_www.map.label Map API calls
205     api_calls_www.trkpts.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_%%%name%%%.trkpts", @frontends %>
206     api_calls_www.trkpts.label GPX trackpoints calls
207     api_calls_error.graph_title HTTP errors
208     api_calls_error.graph_vlabel Number of errors per ${graph_period}
209     api_calls_error.graph_category api
210     api_calls_error.graph_order http401 http422 http500 http502 http503 http509
211     api_calls_error.http401.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_status.http401", @frontends %>
212     api_calls_error.http401.label 401 Unauthorized
213     api_calls_error.http401.warning :0.5
214     api_calls_error.http422.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_status.http422", @frontends %>
215     api_calls_error.http422.label 422 Unprocessable Entity
216     api_calls_error.http422.warning :0.5
217     api_calls_error.http500.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_status.http500", @frontends %>
218     api_calls_error.http500.label 500 Internal Server Error
219     api_calls_error.http500.warning :0.5
220     api_calls_error.http502.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_status.http502", @frontends %>
221     api_calls_error.http502.label 502 Bad Gateway
222     api_calls_error.http502.warning :0.5
223     api_calls_error.http503.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_status.http503", @frontends %>
224     api_calls_error.http503.label 503 Service Unavailable
225     api_calls_error.http503.warning :0.5
226     api_calls_error.http509.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_status.http509", @frontends %>
227     api_calls_error.http509.label 509 Bandwidth Limit Exceeded
228     api_calls_error.http509.warning :5
229     api_calls_num.graph_title Requests processed
230     api_calls_num.graph_vlabel Number of requests per ${graph_period}
231     api_calls_num.graph_category api
232     api_calls_num.graph_order map upload amf history full trkpts web other
233     api_calls_num.web.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_num.web", @frontends %>
234     api_calls_num.web.label Web site traffic
235     api_calls_num.upload.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_num.upload", @frontends %>
236     api_calls_num.upload.label Changeset diff uploads
237     api_calls_num.other.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_num.other", @frontends %>
238     api_calls_num.other.label Other API calls
239     api_calls_num.amf.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_num.amf", @frontends %>
240     api_calls_num.amf.label AMF API calls
241     api_calls_num.history.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_num.history", @frontends %>
242     api_calls_num.history.label Element history fetches
243     api_calls_num.full.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_num.full", @frontends %>
244     api_calls_num.full.label Full element fetches
245     api_calls_num.map.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_num.map", @frontends %>
246     api_calls_num.map.label Map API calls
247     api_calls_num.trkpts.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_calls_num.trkpts", @frontends %>
248     api_calls_num.trkpts.label GPX trackpoints calls
249     api_waits_www.graph_title Wait times for active requests
250     api_waits_www.graph_vlabel Average time of requests
251     api_waits_www.graph_category api
252     api_waits_www.graph_order map upload amf history full trkpts web other
253     api_waits_www.web.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_waits_%%%name%%%.web", @frontends %>
254     api_waits_www.web.label Web site traffic
255     api_waits_www.web.cdef web,2,/
256     api_waits_www.upload.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_waits_%%%name%%%.upload", @frontends %>
257     api_waits_www.upload.label Changeset diff uploads
258     api_waits_www.upload.cdef upload,2,/
259     api_waits_www.other.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_waits_%%%name%%%.other", @frontends %>
260     api_waits_www.other.label Other API calls
261     api_waits_www.other.cdef other,2,/
262     api_waits_www.amf.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_waits_%%%name%%%.amf", @frontends %>
263     api_waits_www.amf.label AMF API calls
264     api_waits_www.amf.cdef amf,2,/
265     api_waits_www.history.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_waits_%%%name%%%.history", @frontends %>
266     api_waits_www.history.label Element history fetches
267     api_waits_www.history.cdef history,2,/
268     api_waits_www.full.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_waits_%%%name%%%.full", @frontends %>
269     api_waits_www.full.label Full element fetches
270     api_waits_www.full.cdef full,2,/
271     api_waits_www.map.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_waits_%%%name%%%.map", @frontends %>
272     api_waits_www.map.label Map API calls
273     api_waits_www.map.cdef map,2,/
274     api_waits_www.trkpts.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:api_waits_%%%name%%%.trkpts", @frontends %>
275     api_waits_www.trkpts.label GPX trackpoints calls
276     api_waits_www.trkpts.cdef trkpts,2,/
277     memcached_multi_commands.graph_title Commands
278     memcached_multi_commands.graph_vlabel Commands per ${graph_period}
279     memcached_multi_commands.graph_category memcached
280     memcached_multi_commands.graph_order cmd_get cmd_set cmd_touch get_hits get_misses delete_hits delete_misses incr_hits incr_misses decr_hits decr_misses touch_hits touch_misses
281     memcached_multi_commands.cmd_get.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_commands.cmd_get", @frontends %>
282     memcached_multi_commands.cmd_get.label Gets
283     memcached_multi_commands.cmd_set.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_commands.cmd_set", @frontends %>
284     memcached_multi_commands.cmd_set.label Sets
285     memcached_multi_commands.cmd_touch.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_commands.cmd_touch", @frontends %>
286     memcached_multi_commands.cmd_touch.label Touches
287     memcached_multi_commands.get_hits.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_commands.get_hits", @frontends %>
288     memcached_multi_commands.get_hits.label Get Hits
289     memcached_multi_commands.get_misses.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_commands.get_misses", @frontends %>
290     memcached_multi_commands.get_misses.label Get Misses
291     memcached_multi_commands.delete_hits.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_commands.delete_hits", @frontends %>
292     memcached_multi_commands.delete_hits.label Delete Hits
293     memcached_multi_commands.delete_misses.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_commands.delete_misses", @frontends %>
294     memcached_multi_commands.delete_misses.label Delete Misses
295     memcached_multi_commands.incr_hits.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_commands.incr_hits", @frontends %>
296     memcached_multi_commands.incr_hits.label Increment Hits
297     memcached_multi_commands.incr_misses.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_commands.incr_misses", @frontends %>
298     memcached_multi_commands.incr_misses.label Increment Misses
299     memcached_multi_commands.decr_hits.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_commands.decr_hits", @frontends %>
300     memcached_multi_commands.decr_hits.label Decrement Hits
301     memcached_multi_commands.decr_misses.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_commands.decr_misses", @frontends %>
302     memcached_multi_commands.decr_misses.label Decrement Misses
303     memcached_multi_commands.touch_hits.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_commands.touch_hits", @frontends %>
304     memcached_multi_commands.touch_hits.label Touch Hits
305     memcached_multi_commands.touch_misses.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_commands.touch_misses", @frontends %>
306     memcached_multi_commands.touch_misses.label Touch Misses
307     memcached_multi_conns.graph_title Connections
308     memcached_multi_conns.graph_vlabel Connections per ${graph_period}
309     memcached_multi_conns.graph_category memcached
310     memcached_multi_conns.graph_order max_conns curr_conns avg_conns
311     memcached_multi_conns.curr_conns.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_conns.curr_conns", @frontends %>
312     memcached_multi_conns.curr_conns.label Current Connections
313     memcached_multi_conns.max_conns.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_conns.max_conns", @frontends %>
314     memcached_multi_conns.max_conns.label Max Connections
315     memcached_multi_conns.avg_conns.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_conns.avg_conns", @frontends %>
316     memcached_multi_conns.avg_conns.label Avg Connections
317     memcached_multi_evictions.graph_title Evictions
318     memcached_multi_evictions.graph_vlabel Evictions per ${graph_period}
319     memcached_multi_evictions.graph_category memcached
320     memcached_multi_evictions.evictions.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_evictions.evictions", @frontends %>
321     memcached_multi_evictions.evictions.label Evictions
322     memcached_multi_evictions.evicted_nonzero.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_evictions.evicted_nonzero", @frontends %>
323     memcached_multi_evictions.evicted_nonzero.label Evictions prior to Expire
324     memcached_multi_evictions.reclaimed.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_evictions.reclaimed", @frontends %>
325     memcached_multi_evictions.reclaimed.label Reclaimed Items
326     memcached_multi_items.graph_title Items
327     memcached_multi_items.graph_vlabel Items in Memcached
328     memcached_multi_items.graph_category memcached
329     memcached_multi_items.graph_order curr_items total_items
330     memcached_multi_items.curr_items.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_items.curr_items", @frontends %>
331     memcached_multi_items.curr_items.label Current Items
332     memcached_multi_items.total_items.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_items.total_items", @frontends %>
333     memcached_multi_items.total_items.label New Items
334     memcached_multi_memory.graph_title Memory Usage
335     memcached_multi_memory.graph_vlabel Bytes Used
336     memcached_multi_memory.graph_category memcached
337     memcached_multi_memory.graph_order limit_maxbytes bytes
338     memcached_multi_memory.limit_maxbytes.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_memory.limit_maxbytes", @frontends %>
339     memcached_multi_memory.limit_maxbytes.label Maximum Bytes Allocated
340     memcached_multi_memory.bytes.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_memory.bytes", @frontends %>
341     memcached_multi_memory.bytes.label Current Bytes Used
342     memcached_multi_bytes.graph_title Network Traffic
343     memcached_multi_bytes.graph_args --base 1000
344     memcached_multi_bytes.graph_vlabel bits in (-) / out (+)
345     memcached_multi_bytes.graph_category memcached
346     memcached_multi_bytes.graph_order bytes_read bytes_written
347     memcached_multi_bytes.bytes_read.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_bytes.bytes_read", @frontends %>
348     memcached_multi_bytes.bytes_read.label Network Traffic coming in (-)
349     memcached_multi_bytes.bytes_read.cdef bytes_read,8,*
350     memcached_multi_bytes.bytes_read.graph no
351     memcached_multi_bytes.bytes_written.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:memcached_multi_bytes.bytes_written", @frontends %>
352     memcached_multi_bytes.bytes_written.negative bytes_read
353     memcached_multi_bytes.bytes_written.label Traffic in (-) / out (+)
354     memcached_multi_bytes.bytes_written.cdef bytes_written,8,*
355 <% end -%>
356 <% unless @renderers.empty? -%>
357
358 # Configure compound graphs for render.openstreetmap.org
359 [render.openstreetmap.org]
360     update no
361     apache_accesses.graph_title Apache accesses
362     apache_accesses.graph_vlabel accesses / ${graph_period}
363     apache_accesses.graph_category apache
364     apache_accesses.graph_order <%= Chef::Munin.expand "%%%name%%%=%%name%%.openstreetmap.org:apache_accesses.accesses80", @renderers %>
365     apache_accesses.graph_total total
366     apache_accesses.graph_args --lower-limit 0
367 <% @renderers.each do |rs| -%>
368     apache_accesses.<%= rs[:name].tr("-", "_") %>.label <%= rs[:name] %>
369     apache_accesses.<%= rs[:name].tr("-", "_") %>.draw AREASTACK
370     apache_accesses.<%= rs[:name].tr("-", "_") %>.min 0
371 <% end -%>
372     apache_volume.graph_title Apache volume
373     apache_volume.graph_vlabel bytes per ${graph_period}
374     apache_volume.graph_category apache
375     apache_volume.graph_order <%= Chef::Munin.expand "%%%name%%%=%%name%%.openstreetmap.org:apache_volume.volume80", @renderers %>
376     apache_volume.graph_total total
377     apache_volume.graph_args --lower-limit 0
378 <% @renderers.each do |rs| -%>
379     apache_volume.<%= rs[:name].tr("-", "_") %>.label <%= rs[:name] %>
380     apache_volume.<%= rs[:name].tr("-", "_") %>.draw AREASTACK
381     apache_volume.<%= rs[:name].tr("-", "_") %>.min 0
382 <% end -%>
383     network_in.graph_title Inbound network traffic
384     network_in.graph_vlabel bits in per ${graph_period}
385     network_in.graph_category network
386     network_in.graph_order <%= Chef::Munin.expand "%%%name%%%=%%name%%.openstreetmap.org:if_%%interface%%.down", @renderers %>
387     network_in.graph_total total
388     network_in.graph_args --lower-limit 0
389 <% @renderers.each do |rs| -%>
390     network_in.<%= rs[:name].tr("-", "_") %>.label <%= rs[:name] %>
391     network_in.<%= rs[:name].tr("-", "_") %>.cdef <%= rs[:name].tr("-", "_") %>,8,*
392     network_in.<%= rs[:name].tr("-", "_") %>.draw AREASTACK
393     network_in.<%= rs[:name].tr("-", "_") %>.min 0
394 <% end -%>
395     network_out.graph_title Outbound network traffic
396     network_out.graph_vlabel bits out per ${graph_period}
397     network_out.graph_category network
398     network_out.graph_order <%= Chef::Munin.expand "%%%name%%%=%%name%%.openstreetmap.org:if_%%interface%%.up", @renderers %>
399     network_out.graph_total total
400     network_out.graph_args --lower-limit 0
401 <% @renderers.each do |rs| -%>
402     network_out.<%= rs[:name].tr("-", "_") %>.label <%= rs[:name] %>
403     network_out.<%= rs[:name].tr("-", "_") %>.cdef <%= rs[:name].tr("-", "_") %>,8,*
404     network_out.<%= rs[:name].tr("-", "_") %>.draw AREASTACK
405     network_out.<%= rs[:name].tr("-", "_") %>.min 0
406 <% end -%>
407     mod_tile_fresh.graph_title freshness of served tiles
408     mod_tile_fresh.graph_args --base 1000 -l 0
409     mod_tile_fresh.graph_vlabel tiles per ${graph_period}
410     mod_tile_fresh.graph_order fresh freshrender old oldrender outdated outdatedrender
411     mod_tile_fresh.graph_category mod_tile
412     mod_tile_fresh.fresh.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_fresh.fresh", @renderers %>
413     mod_tile_fresh.fresh.label Fresh from disk
414     mod_tile_fresh.fresh.draw AREA
415     mod_tile_fresh.freshrender.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_fresh.freshrender", @renderers %>
416     mod_tile_fresh.freshrender.label Freshly rendered
417     mod_tile_fresh.freshrender.draw STACK
418     mod_tile_fresh.old.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_fresh.old", @renderers %>
419     mod_tile_fresh.old.label Old from disk
420     mod_tile_fresh.old.draw STACK
421     mod_tile_fresh.oldrender.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_fresh.oldrender", @renderers %>
422     mod_tile_fresh.oldrender.label Old tile, attempted render
423     mod_tile_fresh.oldrender.draw STACK
424     mod_tile_fresh.outdated.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_fresh.outdated", @renderers %>
425     mod_tile_fresh.outdated.label Outdated from disk
426     mod_tile_fresh.outdated.draw STACK
427     mod_tile_fresh.outdatedrender.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_fresh.outdatedrender", @renderers %>
428     mod_tile_fresh.outdatedrender.label Outdated tile, attempted render
429     mod_tile_fresh.outdatedrender.draw STACK
430     mod_tile_response.graph_title mod_tile HTTP response codes
431     mod_tile_response.graph_args --base 1000 -l 0
432     mod_tile_response.graph_vlabel responses per ${graph_period}
433     mod_tile_response.graph_order response200 response304 response404 response500
434     mod_tile_response.graph_category mod_tile
435     mod_tile_response.response200.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_response.response200", @renderers %>
436     mod_tile_response.response200.label 200 OK
437     mod_tile_response.response200.draw AREA
438     mod_tile_response.response304.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_response.response304", @renderers %>
439     mod_tile_response.response304.label 304 Not Modified
440     mod_tile_response.response304.draw STACK
441     mod_tile_response.response404.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_response.response404", @renderers %>
442     mod_tile_response.response404.label 404 Not Found
443     mod_tile_response.response404.draw STACK
444     mod_tile_response.response500.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_response.response500", @renderers %>
445     mod_tile_response.response500.label 500 Internal Error
446     mod_tile_response.response500.draw STACK
447     mod_tile_zoom.graph_title mod_tile responses by zoom layer
448     mod_tile_zoom.graph_args --base 1000 -l 0
449     mod_tile_zoom.graph_vlabel responses per ${graph_period}
450     mod_tile_zoom.graph_order z1 z2 z3 z4 z5 z6
451     mod_tile_zoom.graph_category mod_tile
452     mod_tile_zoom.z1.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_zoom.z1", @renderers %>
453     mod_tile_zoom.z1.label z1-8
454     mod_tile_zoom.z1.draw AREA
455     mod_tile_zoom.z2.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_zoom.z2", @renderers %>
456     mod_tile_zoom.z2.label z9-12
457     mod_tile_zoom.z2.draw STACK
458     mod_tile_zoom.z3.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_zoom.z3", @renderers %>
459     mod_tile_zoom.z3.label z13-14
460     mod_tile_zoom.z3.draw STACK
461     mod_tile_zoom.z4.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_zoom.z4", @renderers %>
462     mod_tile_zoom.z4.label z15-16
463     mod_tile_zoom.z4.draw STACK
464     mod_tile_zoom.z5.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_zoom.z5", @renderers %>
465     mod_tile_zoom.z5.label z17-18
466     mod_tile_zoom.z5.draw STACK
467     mod_tile_zoom.z6.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:mod_tile_zoom.z6", @renderers %>
468     mod_tile_zoom.z6.label z19-20
469     mod_tile_zoom.z6.draw STACK
470     renderd_queue.graph_title Renderd queue length
471     renderd_queue.graph_args --base 1000 -l 0
472     renderd_queue.graph_vlabel metatiles
473     renderd_queue.graph_order reqPrio req reqLow dirty reqBulk
474     renderd_queue.graph_category renderd
475     renderd_queue.reqPrio.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_queue.reqPrio", @renderers %>
476     renderd_queue.reqPrio.label Priority request Queue
477     renderd_queue.reqPrio.type GAUGE
478     renderd_queue.req.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_queue.req", @renderers %>
479     renderd_queue.req.label Request Queue
480     renderd_queue.req.type GAUGE
481     renderd_queue.reqLow.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_queue.reqLow", @renderers %>
482     renderd_queue.reqLow.label Low priority request Queue
483     renderd_queue.reqLow.type GAUGE
484     renderd_queue.dirty.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_queue.dirty", @renderers %>
485     renderd_queue.dirty.label Dirty Queue
486     renderd_queue.dirty.type GAUGE
487     renderd_queue.reqBulk.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_queue.reqBulk", @renderers %>
488     renderd_queue.reqBulk.label Bulk request Queue
489     renderd_queue.reqBulk.type GAUGE
490     renderd_processed.graph_title Renderd throughput
491     renderd_processed.graph_args --base 1000 -l 0
492     renderd_processed.graph_vlabel Metatiles per ${graph_period}
493     renderd_processed.graph_order reqPrio req reqLow dirty reqBulk dropped
494     renderd_processed.graph_category renderd
495     renderd_processed.graph_info Displays the number of metatiles being rendered by renderd per ${graph_period}
496     renderd_processed.reqPrio.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_processed.reqPrio", @renderers %>
497     renderd_processed.reqPrio.label Priority request Queue
498     renderd_processed.reqPrio.draw AREA
499     renderd_processed.reqPrio.info Throughput of Metatiles submitted high priority for on the fly rendering
500     renderd_processed.req.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_processed.req", @renderers %>
501     renderd_processed.req.label Request Queue
502     renderd_processed.req.draw STACK
503     renderd_processed.req.info Throughput of Metatiles submitted for on the fly rendering
504     renderd_processed.reqLow.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_processed.reqLow", @renderers %>
505     renderd_processed.reqLow.label Low priority request Queue
506     renderd_processed.reqLow.draw STACK
507     renderd_processed.reqLow.info Throughput of Metatiles submitted low priority for on the fly rendering
508     renderd_processed.dirty.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_processed.dirty", @renderers %>
509     renderd_processed.dirty.label Dirty Queue
510     renderd_processed.dirty.draw STACK
511     renderd_processed.dirty.info Throughput of dirty Metatiles submitted for re-render
512     renderd_processed.reqBulk.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_processed.reqBulk", @renderers %>
513     renderd_processed.reqBulk.label Bulk request Queue
514     renderd_processed.reqBulk.draw STACK
515     renderd_processed.reqBulk.info Throughput of Metatiles submitted with background priority
516     renderd_processed.dropped.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_processed.dropped", @renderers %>
517     renderd_processed.dropped.label Dropped (x20)
518     renderd_processed.dropped.draw LINE2
519     renderd_processed.dropped.info Number of Tiles dropped due to queue overload (x20)
520     renderd_processed.dropped.cdef dropped,20,/
521     renderd_zoom.graph_title Renderd throughput by zoom
522     renderd_zoom.graph_args --base 1000 -l 0
523     renderd_zoom.graph_vlabel Metatiles per ${graph_period}
524     renderd_zoom.graph_order z1 z2 z3 z4 z5 z6
525     renderd_zoom.graph_category renderd
526     renderd_zoom.graph_info Displays the number of metatiles being rendered by renderd per ${graph_period}
527     renderd_zoom.z1.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_zoom.z1", @renderers %>
528     renderd_zoom.z1.label zoom z0 - z8
529     renderd_zoom.z1.draw AREA
530     renderd_zoom.z1.info Throughput of Metatiles for z0 - z8
531     renderd_zoom.z2.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_zoom.z2", @renderers %>
532     renderd_zoom.z2.label zoom z9 - z12
533     renderd_zoom.z2.draw STACK
534     renderd_zoom.z2.info Throughput of Metatiles for z9 - z12
535     renderd_zoom.z3.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_zoom.z3", @renderers %>
536     renderd_zoom.z3.label zoom z13 - z14
537     renderd_zoom.z3.draw STACK
538     renderd_zoom.z3.info Throughput of Metatiles for z13 - z14
539     renderd_zoom.z4.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_zoom.z4", @renderers %>
540     renderd_zoom.z4.label zoom z15 - z16
541     renderd_zoom.z4.draw STACK
542     renderd_zoom.z4.info Throughput of Metatiles for z15 - z16
543     renderd_zoom.z5.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_zoom.z5", @renderers %>
544     renderd_zoom.z5.label zoom z17 - z18
545     renderd_zoom.z5.draw STACK
546     renderd_zoom.z5.info Throughput of Metatiles for z17 - z18
547     renderd_zoom.z6.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_zoom.z6", @renderers %>
548     renderd_zoom.z6.label zoom z19 - z20
549     renderd_zoom.z6.draw STACK
550     renderd_zoom.z6.info Throughput of Metatiles for z19 - z20
551     renderd_queue_time.graph_title Renderd time spent by queue
552     renderd_queue_time.graph_args --base 1000 -l 0
553     renderd_queue_time.graph_vlabel metatiles
554     renderd_queue_time.graph_order reqPrio req reqLow dirty reqBulk
555     renderd_queue_time.graph_category renderd
556     renderd_queue_time.reqPrio.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_queue_time.reqPrio", @renderers %>
557     renderd_queue_time.reqPrio.label Priority request queue
558     renderd_queue_time.reqPrio.cdef reqPrio,1000,/
559     renderd_queue_time.reqPrio.draw AREA
560     renderd_queue_time.reqPrio.info Time for priority request queue
561     renderd_queue_time.req.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_queue_time.req", @renderers %>
562     renderd_queue_time.req.label Request queue
563     renderd_queue_time.req.cdef req,1000,/
564     renderd_queue_time.req.draw STACK
565     renderd_queue_time.req.info Time for Request queue
566     renderd_queue_time.reqLow.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_queue_time.reqLow", @renderers %>
567     renderd_queue_time.reqLow.label Low priority request queue
568     renderd_queue_time.reqLow.cdef reqLow,1000,/
569     renderd_queue_time.reqLow.draw STACK
570     renderd_queue_time.reqLow.info Time for low priority request queue
571     renderd_queue_time.dirty.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_queue_time.dirty", @renderers %>
572     renderd_queue_time.dirty.label Dirty queue
573     renderd_queue_time.dirty.cdef dirty,1000,/
574     renderd_queue_time.dirty.draw STACK
575     renderd_queue_time.dirty.info Time for dirty queue
576     renderd_queue_time.reqBulk.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_queue_time.reqBulk", @renderers %>
577     renderd_queue_time.reqBulk.label Bulk queue
578     renderd_queue_time.reqBulk.cdef reqBulk,1000,/
579     renderd_queue_time.reqBulk.draw STACK
580     renderd_queue_time.reqBulk.info Time for bulk queue
581     renderd_zoom_time.graph_title Renderd time spent by zoom
582     renderd_zoom_time.graph_args --base 1000 -l 0
583     renderd_zoom_time.graph_vlabel time spent per ${graph_period}
584     renderd_zoom_time.graph_order zoomtime1 zoomtime2 zoomtime3 zoomtime4 zoomtime5 zoomtime6
585     renderd_zoom_time.graph_category renderd
586     renderd_zoom_time.graph_info Displays the amount of time renderd has spent rendering tiles of a given zoom per ${graph_period}
587     renderd_zoom_time.zoomtime1.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_zoom_time.zoomtime1", @renderers %>
588     renderd_zoom_time.zoomtime1.label zoom z0 - z8
589     renderd_zoom_time.zoomtime1.cdef zoomtime1,1000,/
590     renderd_zoom_time.zoomtime1.draw AREA
591     renderd_zoom_time.zoomtime1.info Time for Metatiles z0 - z8
592     renderd_zoom_time.zoomtime2.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_zoom_time.zoomtime2", @renderers %>
593     renderd_zoom_time.zoomtime2.label zoom z9 - z12
594     renderd_zoom_time.zoomtime2.cdef zoomtime2,1000,/
595     renderd_zoom_time.zoomtime2.draw STACK
596     renderd_zoom_time.zoomtime2.info Time for Metatiles for z9 - z12
597     renderd_zoom_time.zoomtime3.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_zoom_time.zoomtime3", @renderers %>
598     renderd_zoom_time.zoomtime3.label zoom z13 - z14
599     renderd_zoom_time.zoomtime3.cdef zoomtime3,1000,/
600     renderd_zoom_time.zoomtime3.draw STACK
601     renderd_zoom_time.zoomtime3.info Time for Metatiles for z13 - z14
602     renderd_zoom_time.zoomtime4.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_zoom_time.zoomtime4", @renderers %>
603     renderd_zoom_time.zoomtime4.label zoom z15 - z16
604     renderd_zoom_time.zoomtime4.cdef zoomtime4,1000,/
605     renderd_zoom_time.zoomtime4.draw STACK
606     renderd_zoom_time.zoomtime4.info Time for Metatiles for z15 - z16
607     renderd_zoom_time.zoomtime5.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_zoom_time.zoomtime5", @renderers %>
608     renderd_zoom_time.zoomtime5.label zoom z17 - z18
609     renderd_zoom_time.zoomtime5.cdef zoomtime5,1000,/
610     renderd_zoom_time.zoomtime5.draw STACK
611     renderd_zoom_time.zoomtime5.info Time for Metatiles for z17 - z18
612     renderd_zoom_time.zoomtime6.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:renderd_zoom_time.zoomtime6", @renderers %>
613     renderd_zoom_time.zoomtime6.label zoom z19 - z20
614     renderd_zoom_time.zoomtime6.cdef zoomtime6,1000,/
615     renderd_zoom_time.zoomtime6.draw STACK
616     renderd_zoom_time.zoomtime6.info Time for Metatiles for z19 - z20
617 <% end -%>
618 <% unless @geocoders.empty? -%>
619
620 # Configure compound graphs for nominatim.openstreetmap.org
621 [nominatim.openstreetmap.org]
622     update no
623     nominatim_requests.graph_title Requests by API call
624     nominatim_requests.graph_args --base 1000 -l 0
625     nominatim_requests.graph_vlabel requests per minute
626     nominatim_requests.graph_category nominatim
627     nominatim_requests.graph_order z1 z2 z3 z4
628     nominatim_requests.z1.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:nominatim_requests.z1", @geocoders %>
629     nominatim_requests.z1.label reverse
630     nominatim_requests.z1.draw AREA
631     nominatim_requests.z1.type GAUGE
632     nominatim_requests.z2.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:nominatim_requests.z2", @geocoders %>
633     nominatim_requests.z2.label search (successful)
634     nominatim_requests.z2.draw STACK
635     nominatim_requests.z2.type GAUGE
636     nominatim_requests.z3.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:nominatim_requests.z3", @geocoders %>
637     nominatim_requests.z3.label search (no result)
638     nominatim_requests.z3.draw STACK
639     nominatim_requests.z3.type GAUGE
640     nominatim_requests.z4.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:nominatim_requests.z4", @geocoders %>
641     nominatim_requests.z4.label details
642     nominatim_requests.z4.draw STACK
643     nominatim_requests.z4.type GAUGE
644     nominatim_throttled_ips.graph_title Restricted IPs
645     nominatim_throttled_ips.graph_args -l 0
646     nominatim_throttled_ips.graph_vlabel number of IPs
647     nominatim_throttled_ips.graph_category nominatim
648     nominatim_throttled_ips.graph_order bulk block
649     nominatim_throttled_ips.bulk.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:nominatim_throttled_ips.bulk", @geocoders %>
650     nominatim_throttled_ips.bulk.label bulk
651     nominatim_throttled_ips.bulk.draw AREA
652     nominatim_throttled_ips.bulk.type GAUGE
653     nominatim_throttled_ips.block.sum <%= Chef::Munin.expand "%%name%%.openstreetmap.org:nominatim_throttled_ips.block", @geocoders %>
654     nominatim_throttled_ips.block.label blocked
655     nominatim_throttled_ips.block.draw STACK
656     nominatim_throttled_ips.block.type GAUGE
657 <% end -%>