X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fda7ee22b72154e9c8c04cb7ec3f3a08d119b50a..bc81b92d0609f2b1d5e99cba5301b5e52267e6a0:/roles/base.rb diff --git a/roles/base.rb b/roles/base.rb index d680fddb1..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" } } } }, @@ -74,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" - } - } } )