X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a7d96c8358a00088b485fadb5966eb4b231d2ff1..6cfcfbe0138f1b11e9a62bd8193e729126f617ee:/roles/db.rb diff --git a/roles/db.rb b/roles/db.rb index 031865a6c..6fcb9bd67 100644 --- a/roles/db.rb +++ b/roles/db.rb @@ -6,24 +6,24 @@ default_attributes( :users => { :rails => { :status => :role, - :members => [ :tomh, :grant ] + :members => [:tomh, :grant] } } }, :munin => { :plugins => { :postgres_connections_openstreetmap => { - :waiting => { + :waiting => { :warning => 10, :critical => 20 } }, :postgres_locks_openstreetmap => { - :accesssharelock => { + :accesssharelock => { :warning => 900, :critical => 1000 }, - :rowexclusivelock => { + :rowexclusivelock => { :warning => 250, :critical => 300 } @@ -31,10 +31,10 @@ default_attributes( } }, :nfs => { - "/store/rails" => { :host => "horntail", :path => "/store/rails" } + "/store/rails" => { :host => "ironbelly", :path => "/store/rails" } }, :postgresql => { - :versions => [ "9.1" ], + :versions => ["9.1"], :settings => { :defaults => { :listen_addresses => "*", @@ -42,6 +42,7 @@ default_attributes( :max_stack_depth => "7MB", :checkpoint_segments => "32", :checkpoint_completion_target => "0.8", + :cpu_tuple_cost => "0.1", :late_authentication_rules => [ { :address => "146.179.159.160/27" } ]