diff --git a/src/Propellor/Property/SiteSpecific/IABak.hs b/src/Propellor/Property/SiteSpecific/IABak.hs index 86229e1..4ddc638 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"