X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/ed025724bad6a192195b1de2ceb3194532a09e8e..27a2bb9c88575780f043a83aa3c8cb610f1a55b1:/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" - } - } } )