From: Tom Hughes Date: Mon, 24 Apr 2017 09:21:44 +0000 (+0100) Subject: Remove CPU alert thresholds for tile caches X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/408167177a7b2fff9d68415611a056482a60fc44?ds=sidebyside Remove CPU alert thresholds for tile caches The bug that caused nginx to spin seems to be fixed and this is prone to false positives. --- diff --git a/roles/tilecache.rb b/roles/tilecache.rb index 8e6da21ee..313c262f4 100644 --- a/roles/tilecache.rb +++ b/roles/tilecache.rb @@ -12,13 +12,6 @@ default_attributes( :apt => { :sources => ["nginx"] }, - :munin => { - :plugins => { - :cpu => { - :user => { :warning => 200, :critical => 400 } - } - } - }, :sysctl => { :network_conntrack_time_wait => { :comment => "Only track completed connections for 30 seconds",