X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a90736ea12c830628dcf85e5d69e79ddfe5563b0..d1ade9cc2fa9f44c3b9f8378d70f742bc9da4add:/cookbooks/tilecache/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index 209a83dc9..13f752cd1 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -46,7 +46,7 @@ tilecaches.each do |cache| dest "fw" proto "udp" dest_ports "3130" - source_ports "1024:" + source_ports "3130" end firewall_rule "accept-squid-icp-reply" do action :accept @@ -55,7 +55,7 @@ tilecaches.each do |cache| dest "net:#{address}" proto "udp" dest_ports "3130" - source_ports "1024:" + source_ports "3130" end end end @@ -80,3 +80,10 @@ nginx_site "tile-ssl" do template "nginx_tile_ssl.conf.erb" end +tilerenders.each do |render| + munin_plugin "ping_#{render[:fqdn]}" do + target "ping_" + conf "munin.ping.erb" + conf_variables :host => render[:fqdn] + end +end