From 762ae8585a094ff8163653854adc992fcb00ce66 Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Fri, 22 May 2015 12:26:42 -0400 Subject: [PATCH] fix carbon-cache retention for IABak --- src/Propellor/Property/SiteSpecific/IABak.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Propellor/Property/SiteSpecific/IABak.hs b/src/Propellor/Property/SiteSpecific/IABak.hs index fc56de8..86229e1 100644 --- a/src/Propellor/Property/SiteSpecific/IABak.hs +++ b/src/Propellor/Property/SiteSpecific/IABak.hs @@ -65,7 +65,7 @@ graphiteServer = propertyList "iabak graphite server" $ props , "retentions = 60:90d" , "[iabak]" , "pattern = ^iabak\\." - , "retentions = 10m:30d,1h:1y,3h,10y" + , "retentions = 10m:30d,1h:1y,3h:10y" , "[default_1min_for_1day]" , "pattern = .*" , "retentions = 60s:1d"