X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e3937af5494b6c184f9372bbc9a6014135afedfb..184a48717ac0a4332b426980a0d48771ec7fed64:/cookbooks/tilecache/recipes/default.rb diff --git a/cookbooks/tilecache/recipes/default.rb b/cookbooks/tilecache/recipes/default.rb index b6db40164..13f752cd1 100644 --- a/cookbooks/tilecache/recipes/default.rb +++ b/cookbooks/tilecache/recipes/default.rb @@ -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