X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/219e2c342f730da12e0ae69d9407471d99769049..b0e42ea229284e21d5d05b2e87153c733efb81d1:/roles/base.rb diff --git a/roles/base.rb b/roles/base.rb index 859c154b4..094190e1a 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -16,7 +16,7 @@ default_attributes( :munin => { :plugins => { :ntp_offset => { - :offset => { :warning => "20", :critical => "100" } + :offset => { :warning => "100", :critical => "250" } } } }, @@ -63,6 +63,12 @@ default_attributes( :parameters => { "net.ipv4.tcp_syncookies" => "1" } + }, + :default_qdisc => { + :comment => "Use pfifo_fast as the default queuing discipline", + :parameters => { + "net.core.default_qdisc" => "pfifo_fast" + } } }, :sysfs => {