From c4dc997aa4516ac13ea93f6de10914141cfaffc9 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 17 Apr 2015 09:54:29 +0100 Subject: [PATCH 1/1] Relax warning threshold for minutely planet diffs --- cookbooks/munin/files/default/plugins/planet_age | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cookbooks/munin/files/default/plugins/planet_age b/cookbooks/munin/files/default/plugins/planet_age index a3f37093f..220c7c536 100755 --- a/cookbooks/munin/files/default/plugins/planet_age +++ b/cookbooks/munin/files/default/plugins/planet_age @@ -30,8 +30,8 @@ files = [ :name => "/store/planet/replication/minute/state.txt", :title => "Minutely Replication", :frequency => 60, - :warning => 3, - :critical => 5 + :warning => 5, + :critical => 10 } ] -- 2.43.2