X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/15ad3199b542c4b0000c62f228de91c484e1b9e4..27a2bb9c88575780f043a83aa3c8cb610f1a55b1:/roles/base.rb diff --git a/roles/base.rb b/roles/base.rb index 3fab5ba8b..aa4c8e944 100644 --- a/roles/base.rb +++ b/roles/base.rb @@ -15,8 +15,8 @@ default_attributes( }, :munin => { :plugins => { - :ntp_offset => { - :offset => { :warning => "100", :critical => "250" } + :chrony => { + :systime => { :warning => "100", :critical => "250" } } } }, @@ -51,7 +51,10 @@ default_attributes( }, :network_backlog => { :comment => "Increase maximum backlog for incoming network packets", - :parameters => { "net.core.netdev_max_backlog" => "2500" } + :parameters => { + "net.core.netdev_max_backlog" => "2500", + "net.core.netdev_budget" => "600" + } }, :network_conntrack_established => { :comment => "Only track established connections for four hours", @@ -71,15 +74,6 @@ default_attributes( "net.core.default_qdisc" => "pfifo_fast" } } - }, - :sysfs => { - :cpufreq_ondemand => { - :comment => "Tune the ondemand CPU frequency governor", - :parameters => { - "devices/system/cpu/cpufreq/ondemand/up_threshold" => "25", - "devices/system/cpu/cpufreq/ondemand/sampling_down_factor" => "100" - } - } } )