From 65b511e2d4f4ec9864167e414e76b967eda32dba Mon Sep 17 00:00:00 2001 From: Daniel Brooks Date: Fri, 22 May 2015 12:27:38 -0400 Subject: shorten retention for IABak connections stat should have committed this ages ago :( --- src/Propellor/Property/SiteSpecific/IABak.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Propellor') diff --git a/src/Propellor/Property/SiteSpecific/IABak.hs b/src/Propellor/Property/SiteSpecific/IABak.hs index 86229e10..4ddc6380 100644 --- a/src/Propellor/Property/SiteSpecific/IABak.hs +++ b/src/Propellor/Property/SiteSpecific/IABak.hs @@ -63,6 +63,9 @@ graphiteServer = propertyList "iabak graphite server" $ props [ "[carbon]" , "pattern = ^carbon\\." , "retentions = 60:90d" + , "[iabak-connections]" + , "pattern = ^iabak\.shardstats\.connections" + , "retentions = 1h:1y,3h:10y" , "[iabak]" , "pattern = ^iabak\\." , "retentions = 10m:30d,1h:1y,3h:10y" -- cgit v1.2.3