X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6410e8b8d226aa5e23317e16099c3bd57ff087c6..f8a576aca1270f703f38c3257cf533390692de06:/cookbooks/tile/recipes/default.rb diff --git a/cookbooks/tile/recipes/default.rb b/cookbooks/tile/recipes/default.rb index 28d51bc20..0c9da1339 100644 --- a/cookbooks/tile/recipes/default.rb +++ b/cookbooks/tile/recipes/default.rb @@ -20,7 +20,6 @@ include_recipe "accounts" include_recipe "apache" include_recipe "git" -include_recipe "munin" include_recipe "nodejs" include_recipe "postgresql" include_recipe "prometheus" @@ -287,7 +286,7 @@ end nodejs_package "carto" -lowzoom_threads = [node.cpu_cores - 1, node[:memory][:total].to_f / 6291456].min.floor +lowzoom_threads = node.cpu_cores - 1 systemd_service "update-lowzoom@" do description "Low zoom tile update service for %i layer" @@ -490,11 +489,6 @@ if node[:tile][:database][:external_data_script] end end -postgresql_munin "gis" do - cluster node[:tile][:database][:cluster] - database "gis" -end - directory File.dirname(node[:tile][:database][:node_file]) do owner "root" group "root" @@ -669,19 +663,6 @@ tile_directories.each do |directory| end end -munin_plugin "mod_tile_fresh" -munin_plugin "mod_tile_latency" -munin_plugin "mod_tile_response" -munin_plugin "mod_tile_zoom" - -munin_plugin "renderd_processed" -munin_plugin "renderd_queue" -munin_plugin "renderd_queue_time" -munin_plugin "renderd_zoom" -munin_plugin "renderd_zoom_time" - -munin_plugin "replication_delay" - package "ruby-webrick" prometheus_exporter "modtile" do