X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/14e792136d10dd5bce6b50502a3ebf6e353e0293..3f62b20fd0888cca97803c720846e2b5d3fd4330:/roles/yevaud.rb diff --git a/roles/yevaud.rb b/roles/yevaud.rb index fefef1f72..ebcd86ad1 100644 --- a/roles/yevaud.rb +++ b/roles/yevaud.rb @@ -48,15 +48,15 @@ default_attributes( :munin => { :plugins => { :cpu => { - :system => { + :system => { :warning => 500, :critical => 600 } }, :load => { - :load => { - :warning => 150, - :critical => 200 + :load => { + :warning => 250, + :critical => 300 } } } @@ -72,7 +72,7 @@ default_attributes( } }, :postgresql => { - :versions => [ "9.1" ], + :versions => ["9.1"], :settings => { :defaults => { :shared_buffers => "3GB", @@ -84,7 +84,7 @@ default_attributes( :sysctl => { :postgres => { :comment => "Increase shared memory for postgres", - :parameters => { + :parameters => { "kernel.shmmax" => 4 * 1024 * 1024 * 1024, "kernel.shmall" => 4 * 1024 * 1024 * 1024 / 4096 }