X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/2c9527844e884db26c83395ac4068d76507c7999..adff902bab9024c8bdc98b2ae2b7b22ac4a7e47b:/roles/tile.rb diff --git a/roles/tile.rb b/roles/tile.rb index 4c47704dc..97bd895f8 100644 --- a/roles/tile.rb +++ b/roles/tile.rb @@ -13,7 +13,9 @@ default_attributes( :apache => { :mpm => "event", :timeout => 60, - :evasive => false, + :evasive => { + :enable => false + }, :event => { :threads_per_child => 20, :min_spare_threads => 300, @@ -22,15 +24,6 @@ default_attributes( :listen_cores_buckets_ratio => 8 } }, - :munin => { - :plugins => { - :renderd_processed => { - :graph_order => "reqPrio req reqLow dirty reqBulk dropped", - :reqPrio => { :draw => "AREA" }, - :req => { :draw => "STACK" } - } - } - }, :postgresql => { :settings => { :defaults => {