summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Propellor/Property/SiteSpecific/IABak.hs3
1 files changed, 3 insertions, 0 deletions
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"