From: Tom Hughes Date: Thu, 15 Dec 2016 09:08:02 +0000 (+0000) Subject: Increase CPU altering thresholds for tile caches X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/cbd25387499f9d1e4d5dd4134d4ee523c2d12c7d?hp=d8c82b0e6368b9fb9d957a754dd48415738e73b4 Increase CPU altering thresholds for tile caches --- diff --git a/roles/tilecache.rb b/roles/tilecache.rb index 86a494285..0b19eb890 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -15,7 +15,7 @@ default_attributes( :munin => { :plugins => { :cpu => { - :user => { :warning => 100, :critical => 200 } + :user => { :warning => 200, :critical => 400 } } } },