X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/e3937af5494b6c184f9372bbc9a6014135afedfb..d1ade9cc2fa9f44c3b9f8378d70f742bc9da4add:/cookbooks/tilecache/recipes/default.rb?ds=sidebyside 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