From 408167177a7b2fff9d68415611a056482a60fc44 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Mon, 24 Apr 2017 10:21:44 +0100 Subject: [PATCH] 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. --- roles/tilecache.rb | 7 ------- 1 file changed, 7 deletions(-) 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", -- 2.43.2